1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

s3: Remove some bogus error mappings

The old cli_session_request that used this is gone
This commit is contained in:
Volker Lendecke 2011-07-03 11:15:45 +02:00
parent d2b1671fb3
commit c0d168392f

View 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}
};