1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

net_vampire: fix build warning.

Guenther
(This used to be commit eb4232fec05cd87ea85a781b84a3fbe85f469703)
This commit is contained in:
Günther Deschner 2008-06-17 10:36:53 +02:00
parent 16eb846fa5
commit 0d0043697d

View 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) {