mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-21 09:34:24 +04:00
nfqws: fix missing fclose
This commit is contained in:
@@ -2384,6 +2384,7 @@ int main(int argc, char **argv)
|
|||||||
fprintf(stderr, "cannot create %s\n", params.debug_logfile);
|
fprintf(stderr, "cannot create %s\n", params.debug_logfile);
|
||||||
exit_clean(1);
|
exit_clean(1);
|
||||||
}
|
}
|
||||||
|
fclose(F);
|
||||||
params.debug = true;
|
params.debug = true;
|
||||||
params.debug_target = LOG_TARGET_FILE;
|
params.debug_target = LOG_TARGET_FILE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user