summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2012-12-14 01:19:27 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2012-12-14 01:19:27 +0000
commita501f33039647bc4f2d39ea4b8b39b39a5131b65 (patch)
treee5497abd72ac0c591b6e1d58329408ff4c4542b2 /sys/net
parent890a8a51e61c4886ca2eb04ce3f7f023fe162513 (diff)
oops, debug printf sneaked in. i must be out of practice.
spotted by krw@, poked by jmatthew@
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/pipex.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/net/pipex.c b/sys/net/pipex.c
index 0221fd29fb9..3b700984e81 100644
--- a/sys/net/pipex.c
+++ b/sys/net/pipex.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pipex.c,v 1.36 2012/12/13 06:59:36 dlg Exp $ */
+/* $OpenBSD: pipex.c,v 1.37 2012/12/14 01:19:26 dlg Exp $ */
/*-
* Copyright (c) 2009 Internet Initiative Japan Inc.
@@ -129,10 +129,8 @@ pipex_init(void)
{
extern int max_keylen; /* for radix.c */
- if (pipex_softintr != NULL) {
- printf("pipex_init called twice\n");
+ if (pipex_softintr != NULL)
return;
- }
LIST_INIT(&pipex_session_list);
LIST_INIT(&pipex_close_wait_list);