mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 00:00:51 -05:00
remove unreachable point for portablity
git-svn-id: file:///svn/unbound/trunk@4727 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
700ad78f10
commit
d6ed0e868f
1 changed files with 1 additions and 1 deletions
|
|
@ -3005,8 +3005,8 @@ remote_handshake_later(struct daemon_remote* rc, struct rc_state* s,
|
||||||
&s->c->repinfo.addr, s->c->repinfo.addrlen);
|
&s->c->repinfo.addr, s->c->repinfo.addrlen);
|
||||||
log_crypto_err("remote control failed ssl");
|
log_crypto_err("remote control failed ssl");
|
||||||
clean_point(rc, s);
|
clean_point(rc, s);
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int remote_control_callback(struct comm_point* c, void* arg, int err,
|
int remote_control_callback(struct comm_point* c, void* arg, int err,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue