From c898c519843e9bca4104e1414d9f5e0dbad77950 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 10 Aug 2007 20:53:27 +0000 Subject: r24318: Print a prominent warning when reply_prep_legacy is called This is a temporary function anyway (This used to be commit 9269e3d5882e97d1c884df6511fa6d63a7b1cfcd) --- source3/smbd/process.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 1b8e6521f7..d0531bdfd9 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -82,6 +82,8 @@ BOOL reply_prep_legacy(struct smb_request *req, + 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; -- cgit