Loading nfq/desync.c +1 −1 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ static void auto_hostlist_failed(struct desync_profile *dp, const char *hostname } if (!append_to_list_file(dp->hostlist_auto->filename, hostname)) { DLOG_PERROR("write to auto hostlist:"); DLOG_PERROR("write to auto hostlist"); return; } if (!file_mod_signature(dp->hostlist_auto->filename, &dp->hostlist_auto->mod_sig)) Loading nfq/hostlist.c +1 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ static bool LoadHostList(struct hostlist_file *hfile) if (!file_mod_signature(hfile->filename, &fsig)) { // stat() error DLOG_PERROR("file_mod_signature"); DLOG_ERR("cannot access hostlist file '%s'. in-memory content remains unchanged.\n",hfile->filename); return true; } Loading nfq/ipset.c +1 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,7 @@ static bool LoadIpset(struct ipset_file *hfile) if (!file_mod_signature(hfile->filename, &fsig)) { // stat() error DLOG_PERROR("file_mod_signature"); DLOG_ERR("cannot access ipset file '%s'. in-memory content remains unchanged.\n",hfile->filename); return true; } Loading tpws/hostlist.c +1 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ static bool LoadHostList(struct hostlist_file *hfile) if (!file_mod_signature(hfile->filename, &fsig)) { // stat() error DLOG_PERROR("file_mod_signature"); DLOG_ERR("cannot access hostlist file '%s'. in-memory content remains unchanged.\n",hfile->filename); return true; } Loading tpws/ipset.c +1 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,7 @@ static bool LoadIpset(struct ipset_file *hfile) if (!file_mod_signature(hfile->filename, &fsig)) { // stat() error DLOG_PERROR("file_mod_signature"); DLOG_ERR("cannot access ipset file '%s'. in-memory content remains unchanged.\n",hfile->filename); return true; } Loading Loading
nfq/desync.c +1 −1 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ static void auto_hostlist_failed(struct desync_profile *dp, const char *hostname } if (!append_to_list_file(dp->hostlist_auto->filename, hostname)) { DLOG_PERROR("write to auto hostlist:"); DLOG_PERROR("write to auto hostlist"); return; } if (!file_mod_signature(dp->hostlist_auto->filename, &dp->hostlist_auto->mod_sig)) Loading
nfq/hostlist.c +1 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ static bool LoadHostList(struct hostlist_file *hfile) if (!file_mod_signature(hfile->filename, &fsig)) { // stat() error DLOG_PERROR("file_mod_signature"); DLOG_ERR("cannot access hostlist file '%s'. in-memory content remains unchanged.\n",hfile->filename); return true; } Loading
nfq/ipset.c +1 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,7 @@ static bool LoadIpset(struct ipset_file *hfile) if (!file_mod_signature(hfile->filename, &fsig)) { // stat() error DLOG_PERROR("file_mod_signature"); DLOG_ERR("cannot access ipset file '%s'. in-memory content remains unchanged.\n",hfile->filename); return true; } Loading
tpws/hostlist.c +1 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ static bool LoadHostList(struct hostlist_file *hfile) if (!file_mod_signature(hfile->filename, &fsig)) { // stat() error DLOG_PERROR("file_mod_signature"); DLOG_ERR("cannot access hostlist file '%s'. in-memory content remains unchanged.\n",hfile->filename); return true; } Loading
tpws/ipset.c +1 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,7 @@ static bool LoadIpset(struct ipset_file *hfile) if (!file_mod_signature(hfile->filename, &fsig)) { // stat() error DLOG_PERROR("file_mod_signature"); DLOG_ERR("cannot access ipset file '%s'. in-memory content remains unchanged.\n",hfile->filename); return true; } Loading