summaryrefslogtreecommitdiff
path: root/source3/libsmb/clierror.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-07-03 11:15:45 +0200
committerVolker Lendecke <vl@samba.org>2011-07-03 11:31:29 +0200
commitc0d168392fc41ab8c04c40f25760d5cf5f71ed3f (patch)
tree8ecba343befc01a60ee4e592150a47e9dfb4866c /source3/libsmb/clierror.c
parentd2b1671fb362d9e747b0c4f398ab41848cfdb921 (diff)
downloadsamba-c0d168392fc41ab8c04c40f25760d5cf5f71ed3f.tar.gz
samba-c0d168392fc41ab8c04c40f25760d5cf5f71ed3f.tar.bz2
samba-c0d168392fc41ab8c04c40f25760d5cf5f71ed3f.zip
s3: Remove some bogus error mappings
The old cli_session_request that used this is gone
Diffstat (limited to 'source3/libsmb/clierror.c')
-rw-r--r--source3/libsmb/clierror.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/libsmb/clierror.c b/source3/libsmb/clierror.c
index 65ce81855b..7974e7769b 100644
--- a/source3/libsmb/clierror.c
+++ b/source3/libsmb/clierror.c
@@ -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}
};