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

jra at samba.org jra at samba.org
Fri Mar 11 18:50:09 GMT 2005


Author: jra
Date: 2005-03-11 18:50:08 +0000 (Fri, 11 Mar 2005)
New Revision: 5756

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

Log:
Fix erroneous debug message - noticed by William Jojo <jojowil at hvcc.edu>.
Jeremy.

Modified:
   trunk/source/smbd/vfs.c


Changeset:
Modified: trunk/source/smbd/vfs.c
===================================================================
--- trunk/source/smbd/vfs.c	2005-03-11 17:07:23 UTC (rev 5755)
+++ trunk/source/smbd/vfs.c	2005-03-11 18:50:08 UTC (rev 5756)
@@ -940,7 +940,7 @@
         }
 #endif
 
-	DEBUG(3,("reduce_name: %s reduced to %s\n", fname, p));
+	DEBUG(3,("reduce_name: %s reduced to %s\n", fname, resolved_name));
 	if (free_resolved_name)
 		SAFE_FREE(resolved_name);
 	errno = saved_errno;



More information about the samba-cvs mailing list