summaryrefslogtreecommitdiff
path: root/sbin/iked/iked.h
diff options
context:
space:
mode:
authortobhe <tobhe@cvs.openbsd.org>2020-08-23 15:14:26 +0000
committertobhe <tobhe@cvs.openbsd.org>2020-08-23 15:14:26 +0000
commit7ad9ddcf38e9b843d59d73358948040c399b32a1 (patch)
tree832f4cfc9aa2053440a46e8ef06d1d304df75590 /sbin/iked/iked.h
parent2bd7da65d639b22e87ae5dc8778b10bff537ac80 (diff)
Rename natt_mode to sc_nattmode for consistency.
Diffstat (limited to 'sbin/iked/iked.h')
-rw-r--r--sbin/iked/iked.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/iked.h b/sbin/iked/iked.h
index bbe556e81ec..5763bf68b02 100644
--- a/sbin/iked/iked.h
+++ b/sbin/iked/iked.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: iked.h,v 1.158 2020/08/21 14:30:17 tobhe Exp $ */
+/* $OpenBSD: iked.h,v 1.159 2020/08/23 15:14:25 tobhe Exp $ */
/*
* Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -679,7 +679,7 @@ struct iked {
char sc_conffile[PATH_MAX];
uint32_t sc_opts;
- enum natt_mode natt_mode;
+ enum natt_mode sc_nattmode;
uint8_t sc_passive;
uint8_t sc_decoupled;
in_port_t sc_nattport;