]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
remove unreachable point for portablity
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 12 Jun 2018 13:02:52 +0000 (13:02 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 12 Jun 2018 13:02:52 +0000 (13:02 +0000)
git-svn-id: file:///svn/unbound/trunk@4727 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/remote.c

index ee248498f51d0122830d77cabf9907cf475ad29b..67839bbda3a8f5aa538e405b28c2ccfe9cb26efb 100644 (file)
@@ -3005,8 +3005,8 @@ remote_handshake_later(struct daemon_remote* rc, struct rc_state* s,
                        &s->c->repinfo.addr, s->c->repinfo.addrlen);
                log_crypto_err("remote control failed ssl");
                clean_point(rc, s);
-               return 0;
        }
+       return 0;
 }
 
 int remote_control_callback(struct comm_point* c, void* arg, int err,