diff options
author | 2019-01-29 19:32:36 +0000 | |
---|---|---|
committer | 2019-01-29 19:32:36 +0000 | |
commit | cd9c9a41d861820f0135e271b4bd1522d99ef3b7 (patch) | |
tree | 1046305c1f7a584fa1c59bd642dadfb2d937c70a | |
parent | Bring macro section in line with other config file man pages. (diff) | |
download | wireguard-openbsd-cd9c9a41d861820f0135e271b4bd1522d99ef3b7.tar.xz wireguard-openbsd-cd9c9a41d861820f0135e271b4bd1522d99ef3b7.zip |
notyet
-rw-r--r-- | sbin/unwind/printconf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/unwind/printconf.c b/sbin/unwind/printconf.c index e6c70fa45ba..6f8fe1bddcd 100644 --- a/sbin/unwind/printconf.c +++ b/sbin/unwind/printconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: printconf.c,v 1.3 2019/01/27 12:40:54 florian Exp $ */ +/* $OpenBSD: printconf.c,v 1.4 2019/01/29 19:32:36 florian Exp $ */ /* * Copyright (c) 2018 Florian Obser <florian@openbsd.org> @@ -56,7 +56,9 @@ print_config(struct unwind_conf *conf) { struct unwind_forwarder *unwind_forwarder; +#if notyet printf("strict %s\n", yesno(conf->unwind_options)); +#endif if (!SIMPLEQ_EMPTY(&conf->unwind_forwarder_list) || !SIMPLEQ_EMPTY(&conf->unwind_dot_forwarder_list)) { |