diff options
Diffstat (limited to 'source4/libcli/unexpected.c')
-rw-r--r-- | source4/libcli/unexpected.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libcli/unexpected.c b/source4/libcli/unexpected.c index c80dfa0465..22795e6c4c 100644 --- a/source4/libcli/unexpected.c +++ b/source4/libcli/unexpected.c @@ -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; } } |