diff options
author | Jeremy Allison <jra@samba.org> | 2001-06-23 20:01:23 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-06-23 20:01:23 +0000 |
commit | 08bda36755d75bc4f9a7e0354a93085b4f9ace66 (patch) | |
tree | ee34b5dce8a34b6cd3efd3a21836f928fa1aa230 /source3/smbd | |
parent | 2b8e2f16c39392f0915616142c11feab80852f27 (diff) | |
download | samba-08bda36755d75bc4f9a7e0354a93085b4f9ace66.tar.gz samba-08bda36755d75bc4f9a7e0354a93085b4f9ace66.tar.bz2 samba-08bda36755d75bc4f9a7e0354a93085b4f9ace66.zip |
Log debug before and after netbios names copied so we know if they've been
changed.
Jeremy.
(This used to be commit f8c121c69c9561f011a0e08a9d0beaf1cefd1667)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/reply.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index da4659dfa1..1b15639720 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -108,6 +108,9 @@ int reply_special(char *inbuf,char *outbuf) strlower(local_machine); alpha_strcpy(local_machine,local_machine,SAFE_NETBIOS_CHARS,sizeof(local_machine)-1); + DEBUG(2,("netbios connect: local=%s remote=%s\n", + local_machine, remote_machine )); + if (name_type == 'R') { /* We are being asked for a pathworks session --- no thanks! */ |