Code

ping plugin: Deactivate the plugin if (pingobj == NULL).
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 23 Feb 2008 09:56:37 +0000 (10:56 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 23 Feb 2008 09:56:37 +0000 (10:56 +0100)
commitcbf7250b4113c9058654d91b6199814741a06ca9
tree9fa0f2e552934cf3927e7ace5c0e549fdfeb7f34
parent8ea1756522f94af8e0bb7d06c800d94874f13549
ping plugin: Deactivate the plugin if (pingobj == NULL).

If (pingobj == NULL), then the init-function will return (-1) so that the
plugin is deactivated.
src/ping.c