1
0
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:
Volker Lendecke
2014-02-24 13:20:16 +00:00
committed by Jeremy Allison
parent 29603d1cd9
commit b022038cdc
5 changed files with 0 additions and 614 deletions

View File

@ -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);
}
/** @} **/