CVS update: samba/source/libsmb

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/libsmb
In directory va:/tmp/cvs-serv25999/libsmb

Modified Files:
	cli_lsarpc.c nterr.c 
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:
cli_lsarpc.c		1.25 => 1.26
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cli_lsarpc.c?r1=1.25&r2=1.26
nterr.c		1.18 => 1.19
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/nterr.c?r1=1.18&r2=1.19




More information about the samba-cvs mailing list