s3: Remove some bogus error mappings
authorVolker Lendecke <vl@samba.org>
Sun, 3 Jul 2011 09:15:45 +0000 (11:15 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 3 Jul 2011 09:31:29 +0000 (11:31 +0200)
The old cli_session_request that used this is gone

source3/libsmb/clierror.c

index 65ce81855bea93a71ee569bd8f8fba95a9e3dd5d..7974e7769bdebb150d544905a1aa5c2e03241e01 100644 (file)
@@ -48,12 +48,6 @@ static const struct {
        {2245, "RAP2245: The password is shorter than required." },
        {2246, "RAP2246: The password of this user is too recent to change."},
 
-       /* these really shouldn't be here ... */
-       {0x80, "Not listening on called name"},
-       {0x81, "Not listening for calling name"},
-       {0x82, "Called name not present"},
-       {0x83, "Called name present, but insufficient resources"},
-
        {0, NULL}
 };