Remove the remaining uses of the macro NT_STATUS_HAVE_NO_MEMORY_AND_FREE in the codebase.
authorGarming Sam <garming@catalyst.net.nz>
Thu, 13 Feb 2014 05:08:56 +0000 (18:08 +1300)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 5 Mar 2014 15:33:21 +0000 (16:33 +0100)
commitd2beff59ecd50ef2e77684bd0043c3d943a3b245
treeba1c9f49b8ec8af484f2a3139c849f3e6280d2a1
parent952bc3cad05467959ba5aa08682d754bd80d543b
Remove the remaining uses of the macro NT_STATUS_HAVE_NO_MEMORY_AND_FREE in 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: Id1b540cde127395a7b27385a7c0fe79f3a145c73
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/auth/sam.c
source4/dsdb/kcc/kcc_topology.c