mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 21:36:21 +00:00
Fail plugin unload operation if plugin does not exist
This commit is contained in:
committed by
Philip Flohr
parent
34aa7a717c
commit
d1c54e9aaa
@@ -296,8 +296,9 @@ plugins_unload(const char *const name)
|
||||
resource_presence_t last_presence = accounts_get_last_presence(account_name);
|
||||
cl_ev_presence_send(last_presence, 0);
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user