Date: Thu Jan 2 13:01:44 2003 Author: abartlet Update of /data/cvs/samba/source/smbd In directory dp.samba.org:/tmp/cvs-serv8190/smbd
Modified Files:
mangle_hash.c
Log Message:
Becouse these functions return a size_t, they can't return negitive numbers.
So a < 0 check is pointless, instead check against -1, which will be cast to
unsigned.
Andrew Bartlett
Revisions:
mangle_hash.c 1.7 => 1.8
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/mangle_hash.c?r1=1.7&r2=1.8
