From: Günther Deschner Date: Tue, 17 Jun 2008 08:36:53 +0000 (+0200) Subject: net_vampire: fix build warning. X-Git-Tag: samba-4.0.0alpha6~801^2~1032 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d0043697d203f89f80e8bf61cff775fc435f8f9;p=thirdparty%2Fsamba.git net_vampire: fix build warning. Guenther (This used to be commit eb4232fec05cd87ea85a781b84a3fbe85f469703) --- diff --git a/source3/libnet/libnet_samsync.c b/source3/libnet/libnet_samsync.c index d6331fd08ce..ce95dcad5c0 100644 --- a/source3/libnet/libnet_samsync.c +++ b/source3/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) {