clixon/apps
Joachim Wiberg 726394d97c apps/restconf: fix compiler warning 'addr' may be used uninitialized
Natvie build with GCC 11.3 generates the following warning.  The patch
is silly and the code path should never be reached, but it silences the
compiler.

restconf_main_native.c:572:9: warning: ‘addr’ may be used uninitialized in this function [-Wmaybe-uninitialized]

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2023-02-09 15:53:52 +01:00
..
backend New plugin callback: ca_yang_patch - for modifying existing YANG modules 2023-02-05 14:14:57 +01:00
cli * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
netconf * C-API: Added clicon_handle parameter to all xml_bind_* calls 2023-01-27 14:56:58 +01:00
restconf apps/restconf: fix compiler warning 'addr' may be used uninitialized 2023-02-09 15:53:52 +01:00
snmp Scalars do not have a .0 suffix 2023-02-06 10:47:03 +01:00
Makefile.in Initial Net-snmp frontend commit 2022-06-26 11:26:04 +02:00