diff options
Diffstat (limited to 'usr.sbin/ldapd/control.c')
-rw-r--r-- | usr.sbin/ldapd/control.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ldapd/control.c b/usr.sbin/ldapd/control.c index ffeb80bf4c3..2a988e6eb4c 100644 --- a/usr.sbin/ldapd/control.c +++ b/usr.sbin/ldapd/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.17 2021/04/20 21:11:56 dv Exp $ */ +/* $OpenBSD: control.c,v 1.18 2023/03/08 04:43:13 guenther Exp $ */ /* * Copyright (c) 2010 Martin Hedenfalk <martin@bzero.se> @@ -117,7 +117,6 @@ control_cleanup(struct control_sock *cs) event_del(&cs->cs_evt); } -/* ARGSUSED */ void control_accept(int listenfd, short event, void *arg) { |