diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-26 12:12:53 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-26 12:12:53 +0000 |
commit | 82738242eab85d81e2feaeab25bffb41a75c7fc9 (patch) | |
tree | c735e19e340c11a2bfc3f90ad4a409e679c729f6 /sbin/isakmpd/pf_encap.c | |
parent | bed310b398bdde15410b2af71828c4fcd9661d8a (diff) |
Pedantic style police
Diffstat (limited to 'sbin/isakmpd/pf_encap.c')
-rw-r--r-- | sbin/isakmpd/pf_encap.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/isakmpd/pf_encap.c b/sbin/isakmpd/pf_encap.c index f25fb335b84..cf2fb84d74c 100644 --- a/sbin/isakmpd/pf_encap.c +++ b/sbin/isakmpd/pf_encap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_encap.c,v 1.18 2000/12/12 01:46:29 niklas Exp $ */ +/* $OpenBSD: pf_encap.c,v 1.19 2001/01/26 12:12:52 niklas Exp $ */ /* $EOM: pf_encap.c,v 1.73 2000/12/04 04:46:34 angelos Exp $ */ /* @@ -281,7 +281,8 @@ pf_encap_write (struct encap_msghdr *em) } if ((size_t)n != em->em_msglen) { - log_error ("pf_encap_write: write (%d, ...) returned prematurely", pf_encap_socket); + log_error ("pf_encap_write: write (%d, ...) returned prematurely", + pf_encap_socket); return -1; } return 0; |