diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-12-15 11:07:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:29:18 -0500 |
commit | 1a1027b8244a2f41676b2bd5999015c769fb4fb4 (patch) | |
tree | 3c525f2f463d2c9f3b138b1e660f09de37b729ec | |
parent | 9775696af104b98742c24634422059ec472f36b6 (diff) | |
download | samba-1a1027b8244a2f41676b2bd5999015c769fb4fb4.tar.gz samba-1a1027b8244a2f41676b2bd5999015c769fb4fb4.tar.bz2 samba-1a1027b8244a2f41676b2bd5999015c769fb4fb4.zip |
r20182: make the composite api usage more consistant (only cosmetic change)
metze
(This used to be commit 1f67433914bfab83bf1950263809c9e152ad6dcc)
-rw-r--r-- | source4/libnet/libnet_lookup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libnet/libnet_lookup.c b/source4/libnet/libnet_lookup.c index 0efda32603..c853885572 100644 --- a/source4/libnet/libnet_lookup.c +++ b/source4/libnet/libnet_lookup.c @@ -393,6 +393,7 @@ static void continue_name_found(struct rpc_request *req) if (!composite_is_ok(c)) return; c->status = s->lookup.out.result; + if (!composite_is_ok(c)) return; composite_done(c); } |