1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

s3/smbd: remove a misleading error message

It can happen that we get 0 cleanup events, so remove this error
message.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>

Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Fri Sep 16 16:43:16 CEST 2016 on sn-devel-144
This commit is contained in:
Ralph Boehme 2016-09-16 12:48:39 +02:00
parent def65c507b
commit 4f9d956fc4

View File

@ -169,7 +169,6 @@ static void smbd_cleanupd_process_exited(struct messaging_context *msg,
}
if (ret == 0) {
DBG_ERR("got 0 cleanup events, expected at least 1\n");
TALLOC_FREE(frame);
return;
}