Skip to content
Snippets Groups Projects
Commit 17cd7b16 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix bug in last commit

parent ff1291b5
No related branches found
No related tags found
No related merge requests found
Pipeline #5169 failed
......@@ -789,7 +789,7 @@ ssh_connect(struct bbslist *bbs)
status = cl.SetAttribute(ssh_session, CRYPT_SESSINFO_SSH_CHANNEL_HEIGHT, rows);
cl.SetAttribute(ssh_session, CRYPT_OPTION_NET_READTIMEOUT, 30);
cl.SetAttribute(sess, CRYPT_OPTION_NET_WRITETIMEOUT, 30);
cl.SetAttribute(ssh_session, CRYPT_OPTION_NET_WRITETIMEOUT, 30);
/* Activate the session */
if (!bbs->hidepopups) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment