From a80c9b0f8e82ecd3f9449946e859371882a2e09c Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Thu, 20 Jun 2024 21:58:14 +0200 Subject: [PATCH] Fix: wrong typedef --- apps/netconf/netconf_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/netconf/netconf_main.c b/apps/netconf/netconf_main.c index 1e0372b1..caec9f97 100644 --- a/apps/netconf/netconf_main.c +++ b/apps/netconf/netconf_main.c @@ -732,7 +732,6 @@ main(int argc, clicon_option_str_set(h, "CLICON_CONFIGDIR", optarg); break; case 'l': /* Log destination: s|e|o */ - int32_t d; d = 0; if ((d = clixon_logdst_str2key(optarg)) < 0){ if (optarg[0] == 'f'){ /* Check for special -lf syntax */