really fix the insecure temp file creation

This commit is contained in:
Micah Anderson 2005-09-28 14:52:45 +00:00
parent d9d59cd6e9
commit 1cb8c06d78

View File

@ -305,7 +305,7 @@ function process_action() {
let "actions_run += 1"
# call the handler:
[ if -x /bin/mktemp ]
if [ -x /bin/mktemp ]
then
local bufferfile=`mktemp /tmp/backupninja.buffer.XXXXXXXX`
else