diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-05-29 23:42:16 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-05-29 23:42:16 +0000 |
commit | 58d07a062c1241c7da4a5939037d98ac396c35e6 (patch) | |
tree | d2c49711891e5c4101bbc590d6adc19ce7c89941 /usr.sbin/hoststated | |
parent | c90c4672326c4b568e4b74f0ba372f1d7dbadd80 (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.c | 3 |
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 |