r1131: remove an error msg for failing to open unexpected.tdb
authorAndrew Tridgell <tridge@samba.org>
Mon, 14 Jun 2004 07:24:52 +0000 (07:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:39 +0000 (12:56 -0500)
source/libcli/unexpected.c

index c80dfa0465cd70d5b1eaf4bd50a6bb5df01635fb..22795e6c4c70ed8cf20eb701176bfe6b05cffa35 100644 (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;
                }
        }