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

vlendec at samba.org vlendec at samba.org
Sun Apr 22 14:51:07 GMT 2007


Author: vlendec
Date: 2007-04-22 14:51:07 +0000 (Sun, 22 Apr 2007)
New Revision: 22458

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

Log:
Fix a comment
Modified:
   branches/SAMBA_3_0/source/smbd/process.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/process.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/process.c	2007-04-22 14:19:22 UTC (rev 22457)
+++ branches/SAMBA_3_0/source/smbd/process.c	2007-04-22 14:51:07 UTC (rev 22458)
@@ -121,7 +121,7 @@
 
 	for (pml = deferred_open_queue; pml; pml = pml->next) {
 		if (mid == SVAL(pml->buf.data,smb_mid)) {
-			DEBUG(10,("remove_sharing_violation_open_smb_message: "
+			DEBUG(10,("remove_deferred_open_smb_message: "
 				  "deleting mid %u len %u\n",
 				  (unsigned int)mid,
 				  (unsigned int)pml->buf.length ));



More information about the samba-cvs mailing list