summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-08-04 01:01:26 +0000
committerJeremy Allison <jra@samba.org>1998-08-04 01:01:26 +0000
commitc0c057c0dfc43c47b2d340e26026136cf001ff0a (patch)
tree4fd4267e26907c75c55e9baae80f90a10baf9a04 /source3/smbd/reply.c
parent31c09de03c656b7309888dbbc5240c31ed81537e (diff)
downloadsamba-c0c057c0dfc43c47b2d340e26026136cf001ff0a.tar.gz
samba-c0c057c0dfc43c47b2d340e26026136cf001ff0a.tar.bz2
samba-c0c057c0dfc43c47b2d340e26026136cf001ff0a.zip
loadparm.c: Added "debug timestamp" synonym for Chris.
nttrans.c: Moved common code into function in server.c Removed left over debug level 0. server.c: Moved common code into function in server.c Jeremy. (This used to be commit 34ef55b7228155cef40cbdfcdc1fe623c1037bd6)
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 71544c1b19..2e6ceb93aa 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -82,6 +82,8 @@ int reply_special(char *inbuf,char *outbuf)
*name1 = *name2 = 0;
+ bzero(outbuf,smb_size);
+
smb_setlen(outbuf,0);
switch (msg_type) {