We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ae768a + 669bf92 commit 34c3794Copy full SHA for 34c3794
1 file changed
apps/wolfssh/wolfssh.c
@@ -923,6 +923,9 @@ static THREAD_RETURN WOLFSSH_THREAD wolfSSH_Client(void* args)
923
if (config.user == NULL)
924
err_sys("client requires a username parameter.");
925
926
+ if (config.hostname == NULL)
927
+ err_sys("client requires a hostname parameter.");
928
+
929
#ifdef SINGLE_THREADED
930
if (keepOpen)
931
err_sys("Threading needed for terminal session\n");
0 commit comments