Remove NT_STATUS_IS_ERR_RETURN macro from the codebase.
commit856c74e013eaa53902479b771e6c0cf1fea67745
authorGarming Sam <garming@catalyst.net.nz>
Fri, 14 Feb 2014 04:46:40 +0000 (14 17:46 +1300)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 5 Mar 2014 15:33:22 +0000 (5 16:33 +0100)
tree78aa23235189f68c5bed7676cef6639ffaff01d8
parent4c9e0d5addd626769123299b593ec937ee52a0b5
Remove NT_STATUS_IS_ERR_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: I39b07b3a799331a5faa968629aa95b836cb78600
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/wrepl_server/wrepl_in_connection.c