diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-08-03 07:29:12 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-08-03 07:29:12 +0000 |
commit | 9263095a7e73d1b775beea101b546c47824c174e (patch) | |
tree | 3a83200d8724bce25df9ac1d1f083267e3de4a19 /sbin/isakmpd | |
parent | 9cf10c850740b3c058184c5889b03158fec0a84e (diff) |
Merge with EOM 1.24
author: niklas
style
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/connection.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/connection.c b/sbin/isakmpd/connection.c index 79b49056ad1..dcc7519ad1c 100644 --- a/sbin/isakmpd/connection.c +++ b/sbin/isakmpd/connection.c @@ -1,5 +1,5 @@ -/* $OpenBSD: connection.c,v 1.8 2000/08/03 07:25:39 niklas Exp $ */ -/* $EOM: connection.c,v 1.23 2000/07/02 18:47:15 provos Exp $ */ +/* $OpenBSD: connection.c,v 1.9 2000/08/03 07:29:11 niklas Exp $ */ +/* $EOM: connection.c,v 1.24 2000/08/03 07:20:35 niklas Exp $ */ /* * Copyright (c) 1999 Niklas Hallqvist. All rights reserved. @@ -429,7 +429,7 @@ connection_report (void) struct connection_passive *pconn; struct timeval now; #ifdef USE_DEBUG - struct doi *doi = doi_lookup(ISAKMP_DOI_ISAKMP); + struct doi *doi = doi_lookup (ISAKMP_DOI_ISAKMP); #endif gettimeofday (&now, 0); |