summaryrefslogtreecommitdiff
path: root/source4/lib/samba3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-21 16:33:25 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-21 16:33:25 +0200
commitea4f764322fb3256ca11d0e206f1b39ed3c03c7c (patch)
treea30ad8aaede1fdbf9cf270ab4d0469acfcb52b53 /source4/lib/samba3
parent8fe59b9b00072dc4e12314624bbb692ceb776efd (diff)
downloadsamba-ea4f764322fb3256ca11d0e206f1b39ed3c03c7c.tar.gz
samba-ea4f764322fb3256ca11d0e206f1b39ed3c03c7c.tar.bz2
samba-ea4f764322fb3256ca11d0e206f1b39ed3c03c7c.zip
Remove unused global variables.
Diffstat (limited to 'source4/lib/samba3')
-rw-r--r--source4/lib/samba3/smbpasswd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/lib/samba3/smbpasswd.c b/source4/lib/samba3/smbpasswd.c
index 47c826f9df..502f13febc 100644
--- a/source4/lib/samba3/smbpasswd.c
+++ b/source4/lib/samba3/smbpasswd.c
@@ -89,9 +89,6 @@ struct samr_Password *smbpasswd_gethexpwd(TALLOC_CTX *mem_ctx, const char *p)
}
/*! Convert a 16-byte array into 32 hex characters. */
- struct samr_Password *lm_hash_p = NULL;
- struct samr_Password *nt_hash_p = NULL;
-
char *smbpasswd_sethexpwd(TALLOC_CTX *mem_ctx, struct samr_Password *pwd, uint16_t acb_info)
{
char *p;