Skip to content

Commit 56c85c0

Browse files
author
roman
committed
session server ssh BUGFIX initialize ssh_message
1 parent b6ad37a commit 56c85c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/session_server_ssh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ nc_server_ssh_kbdint_get_nanswers(struct nc_session *session, ssh_session libssh
240240
{
241241
int ret = 0;
242242
struct timespec ts_timeout = {0};
243-
ssh_message reply;
243+
ssh_message reply = NULL;
244244

245245
if (auth_timeout) {
246246
nc_timeouttime_get(&ts_timeout, auth_timeout * 1000);

0 commit comments

Comments
 (0)