1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-27 08:23:49 +03:00

bertl <bs@niggard.org> patch for making samba listen on port 445, just like

nt 5 does.  cool!
This commit is contained in:
Luke Leighton
-
parent 001b53866c
commit 727e1421b2
3 changed files with 79 additions and 28 deletions

View File

@@ -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;