Date: Thu Jan 2 13:01:44 2003 Author: abartlet Update of /data/cvs/samba/source/nsswitch In directory dp.samba.org:/tmp/cvs-serv8190/nsswitch
Modified Files:
winbindd_pam.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:
winbindd_pam.c 1.54 => 1.55
http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_pam.c?r1=1.54&r2=1.55
