diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_sock.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; |