diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-25 13:39:11 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-25 13:39:11 +0000 |
commit | 3afcb7c895c180ab784e7cf99245ba6d1c136f08 (patch) | |
tree | aeeded9548bcb483ac6df2919eb8bd28901abf4c /usr.sbin | |
parent | 6f40eeff71d14e1db61365efaa219a536f2012ca (diff) |
what is an ospfe engine?
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ospfd/ospfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.c b/usr.sbin/ospfd/ospfd.c index fd82c677399..25cbbb6efd8 100644 --- a/usr.sbin/ospfd/ospfd.c +++ b/usr.sbin/ospfd/ospfd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.c,v 1.10 2005/03/25 13:35:24 henning Exp $ */ +/* $OpenBSD: ospfd.c,v 1.11 2005/03/25 13:39:10 henning Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -83,7 +83,7 @@ main_sig_handler(int sig, short event, void *arg) ospfd_shutdown(); /* NOTREACHED */ case SIGCHLD: - if (check_child(ospfe_pid, "ospfe engine")) { + if (check_child(ospfe_pid, "ospf engine")) { ospfe_pid = 0; ospfd_shutdown(); } |