Finally worked out why a enumerate trusted domains was returning a
authorTim Potter <tpot@samba.org>
Fri, 23 Nov 2001 05:50:05 +0000 (05:50 +0000)
committerTim Potter <tpot@samba.org>
Fri, 23 Nov 2001 05:50:05 +0000 (05:50 +0000)
commit80dca2c9e46753d87e673d712c96c76ffde0b276
tree37eda1cf34fa1ef0e431038df373150ebb10578c
parent6ce1eec09de64f19d969a67fc236abd4ae277926
Finally worked out why a enumerate trusted domains was returning a
NT_STATUS_UNABLE_TO_FREE_VM error.  This error code was mis-defined
as 0x8000001a instead of 0xc000001a.  The former is actually a
NT_STATUS_NO_MORE_ENTRIES warning which is what we see in the status
code.

Removed the & 0xffffff from the loop in get_nt_error_msg() as all the
error constants now have the correct high bits set.
source/include/nterr.h
source/libsmb/cli_lsarpc.c
source/libsmb/nterr.c