diff options
author | 2003-05-14 18:08:27 +0000 | |
---|---|---|
committer | 2003-05-14 18:08:27 +0000 | |
commit | d716704feba1afc29e8d28ba9cd4271d4624848d (patch) | |
tree | 64bc03bb4341c4de65d33af8aad2876e14bb44f8 | |
parent | "error" was typed double, which is not suitable for getaddrinfo(3). (diff) | |
download | wireguard-openbsd-d716704feba1afc29e8d28ba9cd4271d4624848d.tar.xz wireguard-openbsd-d716704feba1afc29e8d28ba9cd4271d4624848d.zip |
Fix a typo (in unused code).
-rw-r--r-- | sbin/isakmpd/isakmpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/isakmpd.c b/sbin/isakmpd/isakmpd.c index a29812e7484..145ef11ac99 100644 --- a/sbin/isakmpd/isakmpd.c +++ b/sbin/isakmpd/isakmpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isakmpd.c,v 1.49 2003/04/14 13:08:42 ho Exp $ */ +/* $OpenBSD: isakmpd.c,v 1.50 2003/05/14 18:08:27 ho Exp $ */ /* $EOM: isakmpd.c,v 1.54 2000/10/05 09:28:22 niklas Exp $ */ /* @@ -269,7 +269,7 @@ rehash_timers (void) { #if 0 /* XXX - not yet */ - log_print ("SIGUSR2 received, rehasing soft expiration timers."); + log_print ("SIGUSR2 received, rehashing soft expiration timers."); timer_rehash_timers (); #endif |