summaryrefslogtreecommitdiff
path: root/usr.sbin/hoststated
diff options
context:
space:
mode:
authorPierre-Yves Ritschard <pyr@cvs.openbsd.org>2007-05-29 23:42:16 +0000
committerPierre-Yves Ritschard <pyr@cvs.openbsd.org>2007-05-29 23:42:16 +0000
commit58d07a062c1241c7da4a5939037d98ac396c35e6 (patch)
treed2c49711891e5c4101bbc590d6adc19ce7c89941 /usr.sbin/hoststated
parentc90c4672326c4b568e4b74f0ba372f1d7dbadd80 (diff)
when the time comes, let pfe_dispatch_parent be able to service more
than one message.
Diffstat (limited to 'usr.sbin/hoststated')
-rw-r--r--usr.sbin/hoststated/pfe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/hoststated/pfe.c b/usr.sbin/hoststated/pfe.c
index f91d0814a8a..5179579c52f 100644
--- a/usr.sbin/hoststated/pfe.c
+++ b/usr.sbin/hoststated/pfe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfe.c,v 1.25 2007/05/29 23:19:18 pyr Exp $ */
+/* $OpenBSD: pfe.c,v 1.26 2007/05/29 23:42:15 pyr Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -319,6 +319,7 @@ pfe_dispatch_parent(int fd, short event, void * ptr)
}
imsg_free(&imsg);
}
+ imsg_event_add(ibuf);
}
void