diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-21 16:58:35 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-21 16:58:35 +0200 |
commit | d14244459243ec317438bb0bb06fad0094d1a5e2 (patch) | |
tree | e0df9ad00cca486e5559d08654bbeb7e0509619c /source4/lib | |
parent | d53ff689a39ebd8b6b5dc9a13b9234ab2c8160e5 (diff) | |
parent | ea4f764322fb3256ca11d0e206f1b39ed3c03c7c (diff) | |
download | samba-d14244459243ec317438bb0bb06fad0094d1a5e2.tar.gz samba-d14244459243ec317438bb0bb06fad0094d1a5e2.tar.bz2 samba-d14244459243ec317438bb0bb06fad0094d1a5e2.zip |
Merge branch 'master' of git://git.samba.org/samba
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/samba3/smbpasswd.c | 3 |
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; |