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:
parent
7de7dafcc4
commit
4d050d4920
@ -54,7 +54,6 @@ void unexpected_packet(struct packet_struct *p)
|
|||||||
O_RDWR | O_CREAT, 0644);
|
O_RDWR | O_CREAT, 0644);
|
||||||
talloc_destroy(mem_ctx);
|
talloc_destroy(mem_ctx);
|
||||||
if (!tdbd) {
|
if (!tdbd) {
|
||||||
DEBUG(0,("Failed to open unexpected.tdb\n"));
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user