svn commit: samba r21379 - in branches: SAMBA_3_0/source/smbd SAMBA_3_0_25/source/smbd

vlendec at samba.org vlendec at samba.org
Fri Feb 16 12:13:52 GMT 2007


Author: vlendec
Date: 2007-02-16 12:13:52 +0000 (Fri, 16 Feb 2007)
New Revision: 21379

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21379

Log:
Attempt to fix the build on "gwen"
Modified:
   branches/SAMBA_3_0/source/smbd/trans2.c
   branches/SAMBA_3_0_25/source/smbd/trans2.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/trans2.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/trans2.c	2007-02-16 01:08:59 UTC (rev 21378)
+++ branches/SAMBA_3_0/source/smbd/trans2.c	2007-02-16 12:13:52 UTC (rev 21379)
@@ -4069,7 +4069,7 @@
 #else /* LARGE_SMB_OFF_T */
 	if (IVAL(pdata,4) != 0) {
 		/* more than 32 bits? */
-		return ERROR_NT(NT_STATUS_INVALID_PARAMETER);
+		return NT_STATUS_INVALID_PARAMETER;
 	}
 #endif /* LARGE_SMB_OFF_T */
 

Modified: branches/SAMBA_3_0_25/source/smbd/trans2.c
===================================================================
--- branches/SAMBA_3_0_25/source/smbd/trans2.c	2007-02-16 01:08:59 UTC (rev 21378)
+++ branches/SAMBA_3_0_25/source/smbd/trans2.c	2007-02-16 12:13:52 UTC (rev 21379)
@@ -4069,7 +4069,7 @@
 #else /* LARGE_SMB_OFF_T */
 	if (IVAL(pdata,4) != 0) {
 		/* more than 32 bits? */
-		return ERROR_NT(NT_STATUS_INVALID_PARAMETER);
+		return NT_STATUS_INVALID_PARAMETER;
 	}
 #endif /* LARGE_SMB_OFF_T */
 



More information about the samba-cvs mailing list