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

vlendec at samba.org vlendec at samba.org
Fri Aug 10 20:53:28 GMT 2007


Author: vlendec
Date: 2007-08-10 20:53:27 +0000 (Fri, 10 Aug 2007)
New Revision: 24318

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

Log:
Print a prominent warning when reply_prep_legacy is called

This is a temporary function anyway

Modified:
   branches/SAMBA_3_2/source/smbd/process.c


Changeset:
Modified: branches/SAMBA_3_2/source/smbd/process.c
===================================================================
--- branches/SAMBA_3_2/source/smbd/process.c	2007-08-10 20:47:47 UTC (rev 24317)
+++ branches/SAMBA_3_2/source/smbd/process.c	2007-08-10 20:53:27 UTC (rev 24318)
@@ -82,6 +82,8 @@
 			     + SAFETY_MARGIN);
 	char *inbuf, *outbuf;
 
+	DEBUG(1, ("reply_prep_legacy called\n"));
+
 	if (!(inbuf = TALLOC_ARRAY(req, char, bufsize))) {
 		DEBUG(0, ("Could not allocate legacy inbuf\n"));
 		return False;



More information about the samba-cvs mailing list