diff options
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -325,11 +325,11 @@ sub harvester { if ($mdv_update_pid && $mdv_update_pid == $childpid) { undef $mdv_update_pid; if ($refork_gurpmi) { - undef $refork_gurpmi; $mdv_update_pid = fork_gurpmi() if $status; } else { $mdvupdate_returned = 1; } + undef $refork_gurpmi; } elsif ($checker_pid && $checker_pid == $childpid) { undef $checker_pid; my ($state) = grep { $_->{code} eq $status } values %comm_codes; |