CVS update: samba/source/include

Tim Potter tpot at samba.org
Fri Nov 23 16:50:06 EST 2001


Date:	Fri Nov 23 16:50:05 2001
Author:	tpot

Update of /data/cvs/samba/source/include
In directory va:/tmp/cvs-serv25999/include

Modified Files:
	nterr.h 
Log Message:
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.


Revisions:
nterr.h		1.17 => 1.18
	http://www.samba.org/cgi-bin/cvsweb/samba/source/include/nterr.h?r1=1.17&r2=1.18




More information about the samba-cvs mailing list