From 70ed85f41342a1d3672f2a2b25811d9042055064 Mon Sep 17 00:00:00 2001 From: Olof Hagsand Date: Fri, 26 Aug 2022 12:22:30 +0000 Subject: [PATCH] Various typos --- .editorconfig | 2 +- CHANGELOG.md | 2 +- test/test_restconf_callhome.sh | 2 +- util/Makefile.in | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 135dfe33..74abe869 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,2 @@ indent_style = tab -indent_size = 8 +indent_size = 4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 447b1563..29a4ac24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,7 +52,7 @@ Expected: September 2022 ### Corrected Bugs -* Fixed: [YANG ordering fails for nested choice and action](YANG ordering fails for nested choice and action) +* Fixed: [YANG ordering fails for nested choice and action](https://github.com/clicon/clixon/issues/356) * Fixed: [YANG min-elements within non-presence container does not work](https://github.com/clicon/clixon/issues/355) * Fixed: [Issues with ietf-snmp modules](https://github.com/clicon/clixon/issues/353) * Fixed: [Missing/no namespace error in YANG augments with default values](https://github.com/clicon/clixon/issues/354) diff --git a/test/test_restconf_callhome.sh b/test/test_restconf_callhome.sh index 0897a885..59b81b7a 100755 --- a/test/test_restconf_callhome.sh +++ b/test/test_restconf_callhome.sh @@ -96,7 +96,7 @@ cat < $cfg - 1 + 3
127.0.0.1
diff --git a/util/Makefile.in b/util/Makefile.in index 593478d8..9b21b6bb 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -103,8 +103,10 @@ APPSRC += clixon_netconf_ssh_callhome.c APPSRC += clixon_netconf_ssh_callhome_client.c ifdef with_restconf APPSRC += clixon_util_stream.c # Needs curl +ifeq ($(with_restconf), native) APPSRC += clixon_restconf_callhome_client.c endif +endif ifdef with_http2 APPSRC += clixon_util_ssl.c # requires http/2 #APPSRC += clixon_util_grpc.c # work in progress