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

Fix typo in last commit, reported by MobileCoz via IRC... Thanks!

parent 00e0498c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1468 passed
...@@ -118,7 +118,7 @@ void sys_cfg(void) ...@@ -118,7 +118,7 @@ void sys_cfg(void)
if(!i) { if(!i) {
cfg.new_install=new_install; cfg.new_install=new_install;
if(strcmp(sys_pass, cfg.sys_pass) != 0) { if(strcmp(sys_pass, cfg.sys_pass) != 0) {
if(fexist("ssl.cert") || fexist("cryptlib.key") || fexist("letsyncrypt.key") { if(fexist("ssl.cert") || fexist("cryptlib.key") || fexist("letsyncrypt.key")) {
CRYPT_KEYSET ssl_keyset; CRYPT_KEYSET ssl_keyset;
CRYPT_CONTEXT ssl_context = -1; CRYPT_CONTEXT ssl_context = -1;
int status; int status;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment