Log debug before and after netbios names copied so we know if they've been
authorJeremy Allison <jra@samba.org>
Sat, 23 Jun 2001 20:01:23 +0000 (20:01 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 23 Jun 2001 20:01:23 +0000 (20:01 +0000)
changed.
Jeremy.

source/smbd/reply.c

index da4659dfa159b1aaeba00d4835246112b2268767..1b1563972047909b6b32c019d642f62666235b5b 100644 (file)
@@ -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! */