mirror of
https://github.com/sheumann/hush.git
synced 2025-01-14 12:30:40 +00:00
35fb512728
find_pid_by_name() was returning 0 or -1 in last array element, but -1 was never checked. We can use just 0 intead.