commands-nas: fix gcc warning
authorAlexander Couzens <lynxis@fe80.eu>
Sun, 1 Oct 2023 16:28:10 +0000 (18:28 +0200)
committerAlexander Couzens <lynxis@fe80.eu>
Sat, 9 Mar 2024 20:15:21 +0000 (21:15 +0100)
commita4fbdcc6b7dca4e04b50e0c62beb03e29ab32c62
tree1fa00d2b4063072799cc2ea8de6eba0b4d479eae
parent8ff632a048bf72be64046dfdcb533f7745a1d237
commands-nas: fix gcc warning

The compiler still thinks c could be initialized.
Even this can't happen, assign it to NULL to silence
the warning.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
commands-nas.c