diff options
author | 2005-04-03 12:03:43 +0000 | |
---|---|---|
committer | 2005-04-03 12:03:43 +0000 | |
commit | 14cfcb726c9349b1c197be0aa74a4285069c0d39 (patch) | |
tree | 3ad0d85885c78e509ff6faf0cb0b23fdb779da4f | |
parent | Simple performance improvements: (diff) | |
download | wireguard-openbsd-14cfcb726c9349b1c197be0aa74a4285069c0d39.tar.xz wireguard-openbsd-14cfcb726c9349b1c197be0aa74a4285069c0d39.zip |
Remove debugging code.
-rw-r--r-- | usr.sbin/sasyncd/sasyncd.c | 5 |
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", |