1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Fix from John for growing messages.tdb.

Jeremy.
(This used to be commit 6dc83a8c66)
This commit is contained in:
Jeremy Allison 2001-01-11 19:22:08 +00:00
parent adb91565b5
commit a4763f5938

View File

@ -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;
}