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

Fix value in last commit

parent 067caec4
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -1195,7 +1195,7 @@ get_syncterm_filename(char *fn, int fnlen, int type, bool shared)
fn[0] = 0;
}
break;
case SYNCTERM_PATH_INI:
case SYNCTERM_PATH_KEYS:
backslash(fn);
strncat(fn, "syncterm.ssh", fnlen - strlen(fn) - 1);
break;
......
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