Remove a d_fprintf() from libnet_smbconf_drop().
authorMichael Adam <obnox@samba.org>
Tue, 25 Dec 2007 02:06:48 +0000 (03:06 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 25 Dec 2007 02:06:48 +0000 (03:06 +0100)
Michael
(This used to be commit 078e5e98b3589cec78893d44146a653dad9a7460)

source3/libnet/libnet_conf.c

index c85579b8e0a03319ef1613d7d642389a87db1925..5b3dea58efb2427cd07460cda76a576ceffbb907 100644 (file)
@@ -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;
        }