Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/wolfsshd/configuration.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ WOLFSSHD_CONFIG* wolfSSHD_ConfigNew(void* heap)
/* default values */
ret->port = 22;
ret->passwordAuth = 1;
ret->loginTimer = 120;
Comment thread
yosuke-wolfssl marked this conversation as resolved.
Comment thread
yosuke-wolfssl marked this conversation as resolved.
}
return ret;

Expand Down
Loading