Date:   Sun Jun 22 10:09:52 2003
Author: idra

Update of /data/cvs/samba/source/passdb
In directory dp.samba.org:/tmp/cvs-serv2724/passdb

Modified Files:
      Tag: SAMBA_3_0
        passdb.c pdb_interface.c pdb_ldap.c 
Log Message:

Found out a good number of NT_STATUS_IS_ERR used the wrong way.
As abartlet rememberd me NT_STATUS_IS_ERR != !NT_STATUS_IS_OK

This patch will cure the problem.
Working on this one I found 16 functions where I think NT_STATUS_IS_ERR() is
used correctly, but I'm not 100% sure, coders should check the use of
NT_STATUS_IS_ERR() in samba is ok now.

Simo.



Revisions:
passdb.c                1.151.2.23 => 1.151.2.24
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/passdb.c.diff?r1=1.151.2.23&r2=1.151.2.24
pdb_interface.c         1.10.2.20 => 1.10.2.21
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_interface.c.diff?r1=1.10.2.20&r2=1.10.2.21
pdb_ldap.c              1.28.2.70 => 1.28.2.71
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_ldap.c.diff?r1=1.28.2.70&r2=1.28.2.71

Reply via email to