summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-12-25 03:06:48 +0100
committerMichael Adam <obnox@samba.org>2007-12-25 03:06:48 +0100
commitefd218fb070f4f819d313455660e74970fee7689 (patch)
tree0e894ebfe2fcacca527573656e8ba185592e5130
parente5a87c2543dea12488250eb8e15dcfe02b34dfe1 (diff)
downloadsamba-efd218fb070f4f819d313455660e74970fee7689.tar.gz
samba-efd218fb070f4f819d313455660e74970fee7689.tar.bz2
samba-efd218fb070f4f819d313455660e74970fee7689.zip
Remove a d_fprintf() from libnet_smbconf_drop().
Michael (This used to be commit 078e5e98b3589cec78893d44146a653dad9a7460)
-rw-r--r--source3/libnet/libnet_conf.c1
1 files changed, 0 insertions, 1 deletions
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;
}