Date:   Thu Oct  3 13:28:45 2002
Author: tridge

Update of /home/cvs/samba/source/nmbd
In directory dp.samba.org:/tmp/cvs-serv23356

Modified Files:
        nmbd_winsserver.c 
Log Message:
fixed 3 bugs in the wins server code related to precedence of ! and &
in C

please note that:
 if (! a & b) 
is not the same as:
 if (! (a & b))


Revisions:
nmbd_winsserver.c               1.52 => 1.53
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_winsserver.c?r1=1.52&r2=1.53

Reply via email to