summaryrefslogtreecommitdiffstats
path: root/source/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
commit34ef55b7228155cef40cbdfcdc1fe623c1037bd6 (patch)
tree09ce7d23ec028685e0062a0b8bd601b4b39332bf /source/smbd/reply.c
parent3e7e5fad378cf144927d9f2ffc82f80e150d44ab (diff)
downloadsamba-34ef55b7228155cef40cbdfcdc1fe623c1037bd6.tar.gz
samba-34ef55b7228155cef40cbdfcdc1fe623c1037bd6.tar.xz
samba-34ef55b7228155cef40cbdfcdc1fe623c1037bd6.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.
Diffstat (limited to 'source/smbd/reply.c')
-rw-r--r--source/smbd/reply.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c
index 71544c1b19a..2e6ceb93aa3 100644
--- a/source/smbd/reply.c
+++ b/source/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) {