diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-09-29 15:12:23 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-09-29 15:12:23 +0000 |
commit | 11b3baf9f98887f840e169f3882952e69698071b (patch) | |
tree | 66dc5dd948ea8c0ce9f19b397d32e9319b5b3e5b /usr.sbin/relayd/hce.c | |
parent | 0e98fbc399284e7fef87b160f2842b0c3106e843 (diff) |
spacing
Diffstat (limited to 'usr.sbin/relayd/hce.c')
-rw-r--r-- | usr.sbin/relayd/hce.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/relayd/hce.c b/usr.sbin/relayd/hce.c index e3bf9dde475..a851c1caf4d 100644 --- a/usr.sbin/relayd/hce.c +++ b/usr.sbin/relayd/hce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hce.c,v 1.44 2008/08/08 08:51:21 thib Exp $ */ +/* $OpenBSD: hce.c,v 1.45 2008/09/29 15:12:22 reyk Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -337,7 +337,7 @@ hce_notify_done(struct host *host, const char *msg) /* Notify for all other hosts that inherit the state from this one */ SLIST_FOREACH(h, &host->children, child) { - h->up = hostup; + h->up = hostup; hce_notify_done(h, msg); } } |