Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-19 07:45:49 +00:00

zapret-pcap: improve comment

This commit is contained in:
bol-van
2025-11-27 08:48:59 +03:00
parent 9ba7ad6263
commit b496bac9ab

View File

@@ -26,8 +26,8 @@ function pcap(ctx, desync)
local fn_cache_name = desync.func_instance.."_fn"
if not _G[fn_cache_name] then
_G[fn_cache_name] = writeable_file_name(desync.arg.file)
-- overwrite file
if not desync.arg.keep then
-- overwrite file
os.remove(_G[fn_cache_name])
end
end