From 6a04a79083052562dddf9d76d6c9afe45c7ea080 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 23 Jun 2001 20:01:58 +0000 Subject: Log debug message before and after so we know if netbios names were changed. Jeremy. --- source/smbd/reply.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/smbd/reply.c') diff --git a/source/smbd/reply.c b/source/smbd/reply.c index 7021e0231ed..ac2209812dd 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! */ -- cgit