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:
parent
178ad937ec
commit
856a3e2740
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user