summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/if.c
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2002-08-23 17:24:20 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2002-08-23 17:24:20 +0000
commitc6f5f3f1ad5e7c8afd515865dd8d3e9e220ee99b (patch)
treec5c88f07a79c186dbb546ac7d34648110f6557ef /sbin/isakmpd/if.c
parentcba7124da606ca5773abff2dffd25c6047bb0db1 (diff)
Another format tweak
Diffstat (limited to 'sbin/isakmpd/if.c')
-rw-r--r--sbin/isakmpd/if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/if.c b/sbin/isakmpd/if.c
index e21ac1af727..c0a093c24b0 100644
--- a/sbin/isakmpd/if.c
+++ b/sbin/isakmpd/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.11 2002/06/09 08:13:06 todd Exp $ */
+/* $OpenBSD: if.c,v 1.12 2002/08/23 17:24:19 ho Exp $ */
/* $EOM: if.c,v 1.12 1999/10/01 13:45:20 niklas Exp $ */
/*
@@ -95,7 +95,7 @@ siocgifconf (struct ifconf *ifcp)
ifcp->ifc_buf = buf = new_buf;
if (ioctl (s, SIOCGIFCONF, ifcp) == -1)
{
- log_error ("siocgifconf: ioctl (%s, SIOCGIFCONF, ...) failed", s);
+ log_error ("siocgifconf: ioctl (%d, SIOCGIFCONF, ...) failed", s);
goto err;
}