Skip to content

Commit f8e5dd8

Browse files
committed
client: update to latest version
1 parent 3630f49 commit f8e5dd8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

main/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,9 @@ app_main(void) {
694694
.write = file_transfer_write_cb,
695695
.close = file_transfer_close_cb },
696696
#endif /* CONFIG_MENDER_CLIENT_TROUBLESHOOT_FILE_TRANSFER */
697+
#ifdef CONFIG_MENDER_CLIENT_TROUBLESHOOT_PORT_FORWARDING
698+
.port_forwarding = { .connect = NULL, .send = NULL, .close = NULL },
699+
#endif /* CONFIG_MENDER_CLIENT_TROUBLESHOOT_PORT_FORWARDING */
697700
#ifdef CONFIG_MENDER_CLIENT_TROUBLESHOOT_SHELL
698701
.shell = { .open = shell_open_cb, .resize = shell_resize_cb, .write = shell_write_cb, .close = shell_close_cb }
699702
#endif /* CONFIG_MENDER_CLIENT_TROUBLESHOOT_SHELL */

0 commit comments

Comments
 (0)