oops, port 455 instead of 445
authorLuke Leighton <lkcl@samba.org>
Fri, 10 Sep 1999 16:27:14 +0000 (16:27 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 10 Sep 1999 16:27:14 +0000 (16:27 +0000)
source/smbd/server.c

index 036ca9353c890bd22a366247fb01b249f5239a30..04d369df04addc0f0a3c6dc941e251168d9672fb 100644 (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;