Allow the Android plugin to load even if the control socket is not available.

This commit is contained in:
Tobias Brunner 2011-10-05 14:18:00 +02:00
parent 439cb93ce9
commit 6c974a4fe3
1 changed files with 0 additions and 5 deletions

View File

@ -101,11 +101,6 @@ plugin_t *android_plugin_create()
hydra->attributes->add_handler(hydra->attributes, &this->handler->handler);
this->service = android_service_create(this->creds);
if (!this->service)
{
destroy(this);
return NULL;
}
return &this->public.plugin;
}