mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
lib: Remove messages_local
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
29603d1cd9
commit
b022038cdc
@ -567,21 +567,4 @@ void messaging_dispatch_rec(struct messaging_context *msg_ctx,
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
Call when a process has terminated abnormally.
|
||||
*/
|
||||
void messaging_cleanup_server(struct messaging_context *msg_ctx,
|
||||
struct server_id server)
|
||||
{
|
||||
if (server_id_is_disconnected(&server)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!procid_is_local(&server)) {
|
||||
return;
|
||||
}
|
||||
|
||||
(void)messaging_tdb_cleanup(msg_ctx, server);
|
||||
|
||||
}
|
||||
/** @} **/
|
||||
|
Reference in New Issue
Block a user