diff options
author | 2007-06-06 14:11:26 +0000 | |
---|---|---|
committer | 2007-06-06 14:11:26 +0000 | |
commit | dc9fc3415be2fc2bbbf5e5887a57fba4e48cd31e (patch) | |
tree | 7df3fd8e4b54eeaba367b763a35492ad067efc7b | |
parent | tweak split_libs slightly for further changes: make it return the old (diff) | |
download | wireguard-openbsd-dc9fc3415be2fc2bbbf5e5887a57fba4e48cd31e.tar.xz wireguard-openbsd-dc9fc3415be2fc2bbbf5e5887a57fba4e48cd31e.zip |
fix oups, mlist@scapa.dnsalias.net
-rw-r--r-- | sbin/pflogd/pflogd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pflogd/pflogd.c b/sbin/pflogd/pflogd.c index 33a8d07fa60..cd7a273924a 100644 --- a/sbin/pflogd/pflogd.c +++ b/sbin/pflogd/pflogd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pflogd.c,v 1.44 2007/06/06 09:40:48 henning Exp $ */ +/* $OpenBSD: pflogd.c,v 1.45 2007/06/06 14:11:26 henning Exp $ */ /* * Copyright (c) 2001 Theo de Raadt @@ -605,7 +605,7 @@ main(int argc, char **argv) /* does interface exist */ if (!if_exists(interface)) { - warn(1, "Failed to initialize: %s", interface); + warn("Failed to initialize: %s", interface); logmsg(LOG_ERR, "Failed to initialize: %s", interface); logmsg(LOG_ERR, "Exiting, init failure"); exit(1); |