From eb4232fec05cd87ea85a781b84a3fbe85f469703 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 17 Jun 2008 10:36:53 +0200 Subject: [PATCH] net_vampire: fix build warning. Guenther --- source/libnet/libnet_samsync.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/libnet/libnet_samsync.c b/source/libnet/libnet_samsync.c index d6331fd08ce..ce95dcad5c0 100644 --- a/source/libnet/libnet_samsync.c +++ b/source/libnet/libnet_samsync.c @@ -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) { -- 2.47.3