From 4d050d4920ca23c8639adab7a88a1996920fb103 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 14 Jun 2004 07:24:52 +0000 Subject: r1131: remove an error msg for failing to open unexpected.tdb (This used to be commit ae393c2ed6b6039d28bb02d5e5104a6d25368ce6) --- source4/libcli/unexpected.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/libcli') 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; } } -- cgit