diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-08 22:34:31 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-08 22:34:31 +0000 |
commit | 97553cd800baa4a11112d693aeebbed25fdc7c7d (patch) | |
tree | 3b86b4f9111b18d13066a5411516a4ca747474f0 /sbin/ipsecctl/ike.c | |
parent | e8580d2f632896c569322f7c6c0bfc457e25a175 (diff) |
fix some indentation, noticed by david@
Diffstat (limited to 'sbin/ipsecctl/ike.c')
-rw-r--r-- | sbin/ipsecctl/ike.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecctl/ike.c b/sbin/ipsecctl/ike.c index 96649799011..01601c06fdc 100644 --- a/sbin/ipsecctl/ike.c +++ b/sbin/ipsecctl/ike.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ike.c,v 1.39 2006/06/08 21:15:21 naddy Exp $ */ +/* $OpenBSD: ike.c,v 1.40 2006/06/08 22:34:30 hshoexer Exp $ */ /* * Copyright (c) 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> * @@ -454,7 +454,7 @@ ike_section_qmids(u_int8_t proto, struct ipsec_addr_wrap *src, if (getnameinfo(sa, sa->sa_len, mask, sizeof(mask), NULL, 0, NI_NUMERICHOST)) errx(1, "could not get a numeric mask"); - + if ((network = strdup(dst->name)) == NULL) err(1, "ike_section_qmids: strdup"); if ((p = strrchr(network, '/')) != NULL) |