summaryrefslogtreecommitdiff
path: root/usr.sbin/sasyncd/sasyncd.c
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2005-04-03 12:03:44 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2005-04-03 12:03:44 +0000
commit36679c2e4915dbb6fd442d518074401c0e9dfe00 (patch)
treed668b7e9790012e637628149bd206e9a6d03c91a /usr.sbin/sasyncd/sasyncd.c
parentd3b136308178f2a1a743f50077098db5010e1e34 (diff)
Remove debugging code.
Diffstat (limited to 'usr.sbin/sasyncd/sasyncd.c')
-rw-r--r--usr.sbin/sasyncd/sasyncd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/sasyncd/sasyncd.c b/usr.sbin/sasyncd/sasyncd.c
index 71be1bac74f..fcd313c55f4 100644
--- a/usr.sbin/sasyncd/sasyncd.c
+++ b/usr.sbin/sasyncd/sasyncd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sasyncd.c,v 1.2 2005/03/30 18:56:19 ho Exp $ */
+/* $OpenBSD: sasyncd.c,v 1.3 2005/04/03 12:03:43 ho Exp $ */
/*
* Copyright (c) 2005 Håkan Olsson. All rights reserved.
@@ -156,9 +156,6 @@ main(int argc, char **argv)
log_init(__progname);
timer_init();
- pfkey_snapshot(0);
- exit(1);
-
r = conf_init(argc, argv);
if (r > 1) {
fprintf(stderr, "Usage: %s [-c config-file] [-d] [-v[v]]\n",