Remove NT_STATUS_IS_OK_RETURN macro from the codebase.
authorGarming Sam <garming@catalyst.net.nz>
Fri, 14 Feb 2014 04:43:25 +0000 (17:43 +1300)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 5 Mar 2014 15:33:21 +0000 (16:33 +0100)
commit4c9e0d5addd626769123299b593ec937ee52a0b5
tree494ae6df2d9bd26aa7695d58a31770a1dcf94dbe
parentd2beff59ecd50ef2e77684bd0043c3d943a3b245
Remove NT_STATUS_IS_OK_RETURN macro from the codebase.

Following the current coding guidelines, it is considered bad practice to return from
within a macro and change control flow as they look like normal function calls.

Change-Id: I27e7597f4078f0a6c96b5dadd12454fffe33e6b2
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/ldap_server/ldap_extended.c