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

jra at samba.org jra at samba.org
Thu Jun 23 17:00:13 GMT 2005


Author: jra
Date: 2005-06-23 17:00:11 +0000 (Thu, 23 Jun 2005)
New Revision: 7846

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

Log:
Fix from bugzilla at kevinjamieson.com Kevin Jamieson - typo
in checking for .. in statcache. Bugid #2819.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/smbd/statcache.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/statcache.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/statcache.c	2005-06-23 15:23:02 UTC (rev 7845)
+++ branches/SAMBA_3_0/source/smbd/statcache.c	2005-06-23 17:00:11 UTC (rev 7846)
@@ -64,7 +64,7 @@
 
 	if((*full_orig_name == '\0') || (full_orig_name[0] == '.' && 
 				((full_orig_name[1] == '\0') ||
-				 (full_orig_name[1] == '.' && full_orig_name[1] == '\0'))))
+				 (full_orig_name[1] == '.' && full_orig_name[2] == '\0'))))
 		return;
 
 	/*



More information about the samba-cvs mailing list