diff options
author | Jeremy Allison <jra@samba.org> | 1998-08-04 01:01:26 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-08-04 01:01:26 +0000 |
commit | 34ef55b7228155cef40cbdfcdc1fe623c1037bd6 (patch) | |
tree | 09ce7d23ec028685e0062a0b8bd601b4b39332bf /source/smbd/reply.c | |
parent | 3e7e5fad378cf144927d9f2ffc82f80e150d44ab (diff) | |
download | samba-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.c | 2 |
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) { |