Correct condition

This commit is contained in:
Marcel van der Boom 2014-11-22 18:05:13 +01:00
parent 221b368014
commit aa4a09f13c
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@
file:write(req)
file:close()
if noremove~=nil then
if noremove == nil then
postpone(rmtmp_cb, file_path, config.rmtmp_delay)
end