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 | f8c121c69c9561f011a0e08a9d0beaf1cefd1667 (patch) | |
tree | 7dd6b2959d9389b462aece50f7257a6fa12aab83 /source/smbd/reply.c | |
parent | d0acacfc9df86abab24420f1807b4d5253e8c285 (diff) | |
download | samba-f8c121c69c9561f011a0e08a9d0beaf1cefd1667.tar.gz samba-f8c121c69c9561f011a0e08a9d0beaf1cefd1667.tar.xz samba-f8c121c69c9561f011a0e08a9d0beaf1cefd1667.zip |
Log debug before and after netbios names copied so we know if they've been
changed.
Jeremy.
Diffstat (limited to 'source/smbd/reply.c')
-rw-r--r-- | source/smbd/reply.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c index da4659dfa15..1b156397204 100644 --- a/source/smbd/reply.c +++ b/source/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! */ |