svn commit: samba r5099 - in trunk/source/smbd: .

vlendec at samba.org vlendec at samba.org
Sat Jan 29 10:06:59 GMT 2005


Author: vlendec
Date: 2005-01-29 10:06:59 +0000 (Sat, 29 Jan 2005)
New Revision: 5099

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

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


Changeset:
Modified: trunk/source/smbd/reply.c
===================================================================
--- trunk/source/smbd/reply.c	2005-01-29 10:05:46 UTC (rev 5098)
+++ trunk/source/smbd/reply.c	2005-01-29 10:06:59 UTC (rev 5099)
@@ -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