From efd218fb070f4f819d313455660e74970fee7689 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 25 Dec 2007 03:06:48 +0100 Subject: Remove a d_fprintf() from libnet_smbconf_drop(). Michael (This used to be commit 078e5e98b3589cec78893d44146a653dad9a7460) --- source3/libnet/libnet_conf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/libnet') diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c index c85579b8e0..5b3dea58ef 100644 --- a/source3/libnet/libnet_conf.c +++ b/source3/libnet/libnet_conf.c @@ -261,7 +261,6 @@ WERROR libnet_smbconf_drop(void) path = talloc_strdup(mem_ctx, KEY_SMBCONF); if (path == NULL) { - d_fprintf(stderr, "ERROR: out of memory!\n"); werr = WERR_NOMEM; goto done; } -- cgit