mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
Fix from John for growing messages.tdb.
Jeremy. (This used to be commit 6dc83a8c665dd6774ce597cf7269ad4d8c5380cf)
This commit is contained in:
parent
adb91565b5
commit
a4763f5938
@ -161,6 +161,7 @@ BOOL message_send_pid(pid_t pid, int msg_type, void *buf, size_t len, BOOL dupli
|
||||
*/
|
||||
|
||||
if (!process_exists(pid)) {
|
||||
tdb_delete(tdb, message_key_pid(pid));
|
||||
DEBUG(2,("message_send_pid: pid %d doesn't exist\n", (int)pid));
|
||||
return False;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user