artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23eb395
)
add missing IMSG_STARTUP; unclear why this ever worked
author
florian
<florian@openbsd.org>
Fri, 13 Jul 2018 09:16:15 +0000
(09:16 +0000)
committer
florian
<florian@openbsd.org>
Fri, 13 Jul 2018 09:16:15 +0000
(09:16 +0000)
usr.sbin/rad/rad.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rad/rad.c
b/usr.sbin/rad/rad.c
index
6007566
..
c184c8c
100644
(file)
--- a/
usr.sbin/rad/rad.c
+++ b/
usr.sbin/rad/rad.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rad.c,v 1.
6 2018/07/13 08:32:10
florian Exp $ */
+/* $OpenBSD: rad.c,v 1.
7 2018/07/13 09:16:15
florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@
-304,6
+304,8
@@
main(int argc, char *argv[])
if (pledge("stdio rpath cpath sendfd", NULL) == -1)
fatal("pledge");
+ main_imsg_compose_frontend(IMSG_STARTUP, 0, NULL, 0);
+
event_dispatch();
main_shutdown();