summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/network/connection/cellular_card.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/cellular_card.pm b/lib/network/connection/cellular_card.pm
index 5eaa7c3..4e5742e 100644
--- a/lib/network/connection/cellular_card.pm
+++ b/lib/network/connection/cellular_card.pm
@@ -224,7 +224,7 @@ Entering the wrong PIN code multiple times may lock your SIM card!");
kill 'TERM', $pid;
close($cmd_out);
close($cmd_in);
- waitpid($pid, c::WNOHANG());
+ waitpid($pid, 0);
$device_ready;
}