summaryrefslogtreecommitdiff
path: root/libmailutils/server/ipsrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmailutils/server/ipsrv.c')
-rw-r--r--libmailutils/server/ipsrv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmailutils/server/ipsrv.c b/libmailutils/server/ipsrv.c
index fe5b3be7f..ba98e9935 100644
--- a/libmailutils/server/ipsrv.c
+++ b/libmailutils/server/ipsrv.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2007-2019 Free Software Foundation, Inc.
+ Copyright (C) 2007-2024 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -581,6 +581,7 @@ mu_ip_server_accept (mu_ip_server_t srv, void *call_data)
case MU_IP_TCP:
rc = mu_ip_tcp_accept (srv, call_data);
+ break;
}
if (rc)

Return to:

Send suggestions and report system problems to the System administrator.