Date: Mon Nov 18 20:40:44 2002
Author: jmcd
Update of /home/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv19859/include
Modified Files:
ads.h
Log Message:
Revert ADS_ERR_OK change. Some compilers didn't like it.
The problem is that ADS_ERR_OK() run on a function that returns an ADS_STATUS
causes the function to be run mulitple times...so you have to return a status,
then check it with the macro.
Revisions:
ads.h 1.21 => 1.22
http://www.samba.org/cgi-bin/cvsweb/samba/source/include/ads.h?r1=1.21&r2=1.22