]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Ignore result of libnet_conf_delete_parameter here, as realm may be not there.
authorGünther Deschner <gd@samba.org>
Fri, 11 Jan 2008 13:43:56 +0000 (14:43 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 11 Jan 2008 14:09:20 +0000 (15:09 +0100)
Guenther

source/libnet/libnet_join.c

index 4fec5ac294ab02e0ab8216670452ba6d34e582a0..2c60f99d79bd465d69e5aaee5f6dba62fb46045f 100644 (file)
@@ -880,7 +880,7 @@ static WERROR do_unjoin_modify_vals_config(struct libnet_UnjoinCtx *r)
                W_ERROR_NOT_OK_RETURN(werr);
        }
 
-       werr = libnet_conf_delete_parameter(GLOBAL_NAME, "realm");
+       libnet_conf_delete_parameter(GLOBAL_NAME, "realm");
 
        return werr;
 }