Explict failure return

This commit is contained in:
Paul Driver 2011-05-23 13:06:33 -05:00
parent de55b02828
commit ca08cc0984

View file

@ -85,6 +85,7 @@ sub notify {
} else { } else {
$error->warn("Couldn't connect to Spectre because ".$POE::Component::IKC::ClientLite::error); $error->warn("Couldn't connect to Spectre because ".$POE::Component::IKC::ClientLite::error);
} }
return 0;
} }
#------------------------------------------------------------------- #-------------------------------------------------------------------