vadvs (vadvs) wrote in changelog,
vadvs
vadvs
changelog

[livejournal] r21412: LJSUP-11381: fix _exit usage.

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.

Tags: livejournal, pm, vad, vadvs
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments