summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-06-14 07:24:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:39 -0500
commit4d050d4920ca23c8639adab7a88a1996920fb103 (patch)
tree05988f0e8504fd45f4d45dcb749dc4437e688681 /source4/libcli
parent7de7dafcc4472f7aaecd04320811a21b0e42d444 (diff)
downloadsamba-4d050d4920ca23c8639adab7a88a1996920fb103.tar.gz
samba-4d050d4920ca23c8639adab7a88a1996920fb103.tar.bz2
samba-4d050d4920ca23c8639adab7a88a1996920fb103.zip
r1131: remove an error msg for failing to open unexpected.tdb
(This used to be commit ae393c2ed6b6039d28bb02d5e5104a6d25368ce6)
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/unexpected.c1
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;
}
}