aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-03-02 14:59:06 +0000
committerWarner Losh <imp@FreeBSD.org>2023-03-02 14:59:11 +0000
commitb23e15e1c8525880f3b0068725831d185b1928b6 (patch)
tree458a778655f40e9b2d845eb03785b418a1aeee8f
parentbeb2af45bd1f0966ea16967ba745083e7fcb42f5 (diff)
downloadsrc-b23e15e1c8525880f3b0068725831d185b1928b6.tar.gz
src-b23e15e1c8525880f3b0068725831d185b1928b6.zip
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
-rw-r--r--usr.sbin/dconschat/dconschat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/dconschat/dconschat.c b/usr.sbin/dconschat/dconschat.c
index af7f8f650d71..0896280d515f 100644
--- a/usr.sbin/dconschat/dconschat.c
+++ b/usr.sbin/dconschat/dconschat.c
@@ -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