]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
net_vampire: fix build warning.
authorGünther Deschner <gd@samba.org>
Tue, 17 Jun 2008 08:36:53 +0000 (10:36 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 17 Jun 2008 08:49:14 +0000 (10:49 +0200)
Guenther

source/libnet/libnet_samsync.c

index d6331fd08ceb269389469a12a2266ec9a15df821..ce95dcad5c0e6a4950ce4fb0551f27857b228466 100644 (file)
@@ -42,7 +42,6 @@ static NTSTATUS fix_user(TALLOC_CTX *mem_ctx,
        struct netr_DELTA_USER *user = delta->delta_union.user;
        struct samr_Password lm_hash;
        struct samr_Password nt_hash;
-       const char *username = user->account_name.string;
 
        if (rid_crypt) {
                if (user->lm_password_present) {