diff options
author | Luke Leighton <lkcl@samba.org> | 1999-09-10 16:27:14 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-09-10 16:27:14 +0000 |
commit | 4e5eac18d0d9325c8e524fb53b4e049f0893fae7 (patch) | |
tree | 10589942221ec7b49fbd8adddbdd10fe893c0a7b | |
parent | f9a0ea09486b18a130ce1a1e5381ca61e0293c75 (diff) | |
download | samba-4e5eac18d0d9325c8e524fb53b4e049f0893fae7.tar.gz samba-4e5eac18d0d9325c8e524fb53b4e049f0893fae7.tar.xz samba-4e5eac18d0d9325c8e524fb53b4e049f0893fae7.zip |
oops, port 455 instead of 445
-rw-r--r-- | source/smbd/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c index 036ca9353c8..04d369df04a 100644 --- a/source/smbd/server.c +++ b/source/smbd/server.c @@ -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; |