diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libnet/libnet_samsync.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libnet/libnet_samsync.c b/source3/libnet/libnet_samsync.c index d6331fd08c..ce95dcad5c 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) { |