mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
dconschat: Remove useless return at the end of void function
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/656
This commit is contained in:
parent
beb2af45bd
commit
b23e15e1c8
@ -681,7 +681,6 @@ dconschat_init_socket(struct dcons_state *dc, int port, char *host, int sport)
|
||||
error = kevent(dc->kq, &kev, 1, NULL, 0, &dc->to);
|
||||
if (error < 0)
|
||||
err(1, "kevent");
|
||||
return;
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user