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

jra at samba.org jra at samba.org
Wed Jun 15 18:49:44 GMT 2005


Author: jra
Date: 2005-06-15 18:49:43 +0000 (Wed, 15 Jun 2005)
New Revision: 7618

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

Log:
Typo...
Jeremy.

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-06-15 18:37:34 UTC (rev 7617)
+++ branches/SAMBA_3_0/source/smbd/reply.c	2005-06-15 18:49:43 UTC (rev 7618)
@@ -3781,7 +3781,7 @@
 			}
 
 			if(all_veto_files) {
-				RewindDir(dir_hnd);
+				RewindDir(dir_hnd,&dirpos);
 				while ((dname = ReadDirName(dir_hnd,&dirpos))) {
 					pstring fullname;
 



More information about the samba-cvs mailing list