Skip to content

Commit 53c95fd

Browse files
jhirsirlubos
authored andcommitted
samples: nrf9160: modem_shell: passing kill signal to curl
Jira: MOSH-143 Signed-off-by: Jani Hirsimäki <[email protected]>
1 parent 4b6c3ef commit 53c95fd

File tree

1 file changed

+1
-1
lines changed
  • samples/nrf9160/modem_shell/src

1 file changed

+1
-1
lines changed

samples/nrf9160/modem_shell/src/shell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ static int cmd_iperf3(const struct shell *shell, size_t argc, char **argv)
170170
#if defined(CONFIG_MOSH_CURL)
171171
static int cmd_curl(const struct shell *shell, size_t argc, char **argv)
172172
{
173-
(void)curl_tool_main(argc, argv);
173+
(void)curl_tool_main(argc, argv, &mosh_signal);
174174
shell_print(shell, "\nDONE");
175175
return 0;
176176
}

0 commit comments

Comments
 (0)