mirror of
https://github.com/samba-team/samba.git
synced 2025-03-26 18:50:30 +03:00
r11941: fix cut'n'paste bug
metze (This used to be commit fd77cfa49016d403c3f4c60c2422d41498438c17)
This commit is contained in:
parent
3a3c53327a
commit
e052c3d66b
@ -506,7 +506,7 @@ NTSTATUS nbt_rcode_to_ntstatus(uint8_t rcode)
|
||||
{ NBT_RCODE_IMP, NT_STATUS_NOT_SUPPORTED },
|
||||
{ NBT_RCODE_RFS, NT_STATUS_ACCESS_DENIED },
|
||||
{ NBT_RCODE_ACT, NT_STATUS_ADDRESS_ALREADY_EXISTS },
|
||||
{ NBT_RCODE_ACT, NT_STATUS_CONFLICTING_ADDRESSES }
|
||||
{ NBT_RCODE_CFT, NT_STATUS_CONFLICTING_ADDRESSES }
|
||||
};
|
||||
for (i=0;i<ARRAY_SIZE(map);i++) {
|
||||
if (map[i].rcode == rcode) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user