diff options
author | tobhe <tobhe@cvs.openbsd.org> | 2021-02-01 15:13:16 +0000 |
---|---|---|
committer | tobhe <tobhe@cvs.openbsd.org> | 2021-02-01 15:13:16 +0000 |
commit | 1c2ffc43cc79e9c94e33820ac039c1770d206fab (patch) | |
tree | 94d875fab71ce16fa4fa6ae73435abd8374c490b /sbin/iked/parse.y | |
parent | f6f3a3927f0055a07ff9b353f6749211a8dc22a0 (diff) |
Whitespace
Diffstat (limited to 'sbin/iked/parse.y')
-rw-r--r-- | sbin/iked/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/parse.y b/sbin/iked/parse.y index e6437972ee6..b9fa14b29a5 100644 --- a/sbin/iked/parse.y +++ b/sbin/iked/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.124 2020/12/29 19:49:38 benno Exp $ */ +/* $OpenBSD: parse.y,v 1.125 2021/02/01 15:13:15 tobhe Exp $ */ /* * Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de> @@ -3251,7 +3251,7 @@ expand_keyword(struct ipsec_addr_wrap *ip) return (host("0.0.0.0")); } break; - case AF_INET6: + case AF_INET6: switch(ip->type) { case IPSEC_ADDR_ANY: return (host("::/0")); |