1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r1131: remove an error msg for failing to open unexpected.tdb

(This used to be commit ae393c2ed6b6039d28bb02d5e5104a6d25368ce6)
This commit is contained in:
Andrew Tridgell 2004-06-14 07:24:52 +00:00 committed by Gerald (Jerry) Carter
parent 7de7dafcc4
commit 4d050d4920

View File

@ -54,7 +54,6 @@ void unexpected_packet(struct packet_struct *p)
O_RDWR | O_CREAT, 0644);
talloc_destroy(mem_ctx);
if (!tdbd) {
DEBUG(0,("Failed to open unexpected.tdb\n"));
return;
}
}