CVS update: samba/source/lib
tpot at samba.org
tpot at samba.org
Fri Feb 14 16:07:05 EST 2003
Date: Fri Feb 14 05:07:05 2003
Author: tpot
Update of /data/cvs/samba/source/lib
In directory dp.samba.org:/tmp/cvs-serv11515
Modified Files:
gencache.c
Log Message:
Simplify some return values in gencache functions:
- return ret == 0 ? True : False;
+ return ret == 0;
and
- return tdb_close(cache) ? False : True;
+ return tdb_close(cache) != -1;
Revisions:
gencache.c 1.5 => 1.6
http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/gencache.c?r1=1.5&r2=1.6
More information about the samba-cvs
mailing list