Revert ADS_ERR_OK change. Some compilers didn't like it.
authorJim McDonough <jmcd@samba.org>
Mon, 18 Nov 2002 20:40:44 +0000 (20:40 +0000)
committerJim McDonough <jmcd@samba.org>
Mon, 18 Nov 2002 20:40:44 +0000 (20:40 +0000)
commite151b54dce371111b76b6cb2d0814b2a27826e00
treeaee24b313802bb757c8975c960a8da0478ef08c0
parent711ad374ce23f36ab7945fda1283d49aca8afa8a
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.
(This used to be commit c03d6198f28ab37ba0c3224bd50779357270486d)
source3/include/ads.h