diff options
Diffstat (limited to 'usr.sbin/ldpd/control.c')
-rw-r--r-- | usr.sbin/ldpd/control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldpd/control.c b/usr.sbin/ldpd/control.c index 38b87a4806d..5516b411bc0 100644 --- a/usr.sbin/ldpd/control.c +++ b/usr.sbin/ldpd/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.17 2015/12/05 13:11:48 claudio Exp $ */ +/* $OpenBSD: control.c,v 1.18 2016/05/23 14:49:56 renato Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -182,8 +182,8 @@ control_close(int fd) event_del(&c->iev.ev); close(c->iev.ibuf.fd); - free(c); accept_unpause(); + free(c); } /* ARGSUSED */ |