Fix an empty if statement.
commit1d255d2138e74eca2ad5e0ad906d7a34a9819095
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:10:11 +0000 (19 12:10 +0200)
tree0906ccd76a69103e63fe40c8caf35a35b8161925
parenta7907732f01bc1834d55477d12762ffd44295eb6
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