From 7f8f5e15bdffec00454168c0591fa39a88d191c2 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Wed, 8 Sep 1999 19:37:45 +0000 Subject: bertl patch for making samba listen on port 445, just like nt 5 does. cool! (This used to be commit 727e1421b2c0f8c72c428776593498103304082b) --- source3/lib/util_sock.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/lib/util_sock.c') diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c index e9859dfa17..50c295f2bd 100644 --- a/source3/lib/util_sock.c +++ b/source3/lib/util_sock.c @@ -35,6 +35,9 @@ BOOL passive = False; /* the client file descriptor */ int Client = -1; +/* the port, where client connected */ +int ClientPort = 0; + /* the last IP received from */ struct in_addr lastip; -- cgit