diff options
author | Günther Deschner <gd@samba.org> | 2008-06-17 10:36:53 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-17 10:49:14 +0200 |
commit | 0d0043697d203f89f80e8bf61cff775fc435f8f9 (patch) | |
tree | 17cbcd4b3200b35e59f6cf4eb8072e9867f635fe /source3 | |
parent | 16eb846fa5c9ef0b15eade917e0fe6a9bb3d8624 (diff) | |
download | samba-0d0043697d203f89f80e8bf61cff775fc435f8f9.tar.gz samba-0d0043697d203f89f80e8bf61cff775fc435f8f9.tar.bz2 samba-0d0043697d203f89f80e8bf61cff775fc435f8f9.zip |
net_vampire: fix build warning.
Guenther
(This used to be commit eb4232fec05cd87ea85a781b84a3fbe85f469703)
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) { |