1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

oops, port 455 instead of 445

(This used to be commit 4e5eac18d0d9325c8e524fb53b4e049f0893fae7)
This commit is contained in:
Luke Leighton 1999-09-10 16:27:14 +00:00
parent 178ad937ec
commit 856a3e2740

View File

@ -508,7 +508,7 @@ static void usage(char *pname)
/* shall I run as a daemon */
BOOL is_daemon = False;
int port = SMB_PORT;
int port445 = 455;
int port445 = 445;
int opt;
extern char *optarg;