svn commit: samba r24145 - in branches/SAMBA_3_2/source/smbd: .

vlendec at samba.org vlendec at samba.org
Fri Aug 3 07:00:21 GMT 2007


Author: vlendec
Date: 2007-08-03 07:00:19 +0000 (Fri, 03 Aug 2007)
New Revision: 24145

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

Log:
Fix a comment
Modified:
   branches/SAMBA_3_2/source/smbd/nttrans.c


Changeset:
Modified: branches/SAMBA_3_2/source/smbd/nttrans.c
===================================================================
--- branches/SAMBA_3_2/source/smbd/nttrans.c	2007-08-02 20:56:40 UTC (rev 24144)
+++ branches/SAMBA_3_2/source/smbd/nttrans.c	2007-08-03 07:00:19 UTC (rev 24145)
@@ -3142,8 +3142,8 @@
 
 		default:
 			/* Error in request */
-			DEBUG(0,("reply_nttrans: Unknown request %d in nttrans call\n",
-				 state->call));
+			DEBUG(0,("handle_nttrans: Unknown request %d in "
+				 "nttrans call\n", state->call));
 			return ERROR_DOS(ERRSRV,ERRerror);
 	}
 	return outsize;



More information about the samba-cvs mailing list