summaryrefslogtreecommitdiff
path: root/source/lib
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-10-23 13:38:46 +0000
committerLuke Leighton <lkcl@samba.org>1997-10-23 13:38:46 +0000
commit473f21071fad603865358821b83df6b58c9a06a5 (patch)
treeb5ac632bc137a0c4c67dbd41ab8149b7a2883e32 /source/lib
parent2393c49b0509b8ce021f0acfba135219cd753cf9 (diff)
downloadsamba-473f21071fad603865358821b83df6b58c9a06a5.tar.gz
playing about, trying to SMBopenX a \PIPE\NETLOGON (should be a SMBopen)
and then send a LSA_REQ_CHAL down it.
Diffstat (limited to 'source/lib')
-rw-r--r--source/lib/util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/lib/util.c b/source/lib/util.c
index 93f02785b9c..91e3581c30e 100644
--- a/source/lib/util.c
+++ b/source/lib/util.c
@@ -1985,6 +1985,9 @@ int read_udp_socket(int fd,char *buf,int len)
lastip = *(struct in_addr *) &sock.sa_data[2];
lastport = ntohs(((struct sockaddr_in *)&sock)->sin_port);
+ DEBUG(10,("read_udp_socket: lastip %s lastport %d read: %d\n",
+ inet_ntoa(lastip), lastport, ret));
+
return(ret);
}