svn commit: samba r5098 - in branches/SAMBA_3_0/source/smbd: .

vlendec at samba.org vlendec at samba.org
Sat Jan 29 10:05:47 GMT 2005


Author: vlendec
Date: 2005-01-29 10:05:46 +0000 (Sat, 29 Jan 2005)
New Revision: 5098

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

Log:
Next round build-fixing
Modified:
   branches/SAMBA_3_0/source/smbd/reply.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/reply.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/reply.c	2005-01-29 09:39:24 UTC (rev 5097)
+++ branches/SAMBA_3_0/source/smbd/reply.c	2005-01-29 10:05:46 UTC (rev 5098)
@@ -1616,8 +1616,8 @@
 		*/
 		
 		if (dirptr) {
+			long offset = 0;
 			error = NT_STATUS_NO_SUCH_FILE;
-			long offset = 0;
 
 			if (strequal(mask,"????????.???"))
 				pstrcpy(mask,"*");



More information about the samba-cvs mailing list