diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-16 22:39:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-16 22:39:10 +0000 |
commit | 1d2302aedf7a6981b01df265c231d0f299befd42 (patch) | |
tree | c5d46a18f52ba705dc84cab37bc71fab8d29605a /sbin/isakmpd | |
parent | a206e19d2695f92e4781512258da8dcf210324f2 (diff) |
diagnostic incorrect; vlada@openbsd.cz
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/ipsec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/ipsec.c b/sbin/isakmpd/ipsec.c index 695bf107227..292146d4ca6 100644 --- a/sbin/isakmpd/ipsec.c +++ b/sbin/isakmpd/ipsec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec.c,v 1.60 2001/10/26 13:29:26 ho Exp $ */ +/* $OpenBSD: ipsec.c,v 1.61 2001/12/16 22:39:09 deraadt Exp $ */ /* $EOM: ipsec.c,v 1.143 2000/12/11 23:57:42 niklas Exp $ */ /* @@ -1786,8 +1786,8 @@ ipsec_get_id (char *section, int *id, struct sockaddr **addr, if (text2sockaddr (address, NULL, addr)) { - log_print ("ipsec_get_id: invalid address %s in section %s", section, - address); + log_print ("ipsec_get_id: invalid address %s in section %s", address, + section); return -1; } |