bugfix: initialize pid (as read from pidfile) to zero
authorMichael Tokarev <mjt@corpit.ru>
Mon, 18 May 2009 12:28:55 +0000 (16:28 +0400)
committerGuus Sliepen <guus@sliepen.eu.org>
Mon, 18 May 2009 12:34:24 +0000 (14:34 +0200)
If we didn't read any number from a pid file, we'll return
an unitialized variable to the caller, and it will treat
that garbage as a pid of a process (possible to kill).

Fix that.


No differences found