Committer: vad
LJSUP-11381: fix _exit usage.U trunk/cgi-bin/LJ/NewWorker/TheSchwartz.pm
Modified: trunk/cgi-bin/LJ/NewWorker/TheSchwartz.pm =================================================================== --- trunk/cgi-bin/LJ/NewWorker/TheSchwartz.pm 2012-03-14 10:56:37 UTC (rev 21411) +++ trunk/cgi-bin/LJ/NewWorker/TheSchwartz.pm 2012-03-14 11:22:50 UTC (rev 21412) @@ -95,7 +95,7 @@ warn $@ if $@; last if $opts->{'run_once'}; } - POSIX::_exit(); + POSIX::_exit(0); } # Copy-pasted from 'old' Schwartz.