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

Fix value in last commit

parent 49b335f3
No related branches found
No related tags found
No related merge requests found
Pipeline #5130 passed
......@@ -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.
Please register or to comment