Fix an empty if statement.
commit92f894d61d2108c62870252d4b5eee3af9a83e58
authorJose A. Rivera <jarrpa@redhat.com>
Mon, 5 May 2014 11:46:58 +0000 (5 06:46 -0500)
committerKarolin Seeger <kseeger@samba.org>
Mon, 19 May 2014 10:09:32 +0000 (19 12:09 +0200)
tree7fe72cb665121697d7d736af1073950f01c27e73
parenta9a345f7cec5db619fd4cf1347b06f752bca4288
Fix an empty if statement.

Primarily following the precedent set by other uses of composite_is_ok(), but
also making sure nothing tries to use c after this point if it is in fact not
ok.

Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Fix bug #10348 - Empty body in if-statement in continue_domain_open_lookup.
source4/libnet/libnet_domain.c