git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe59b9
)
Remove unused global variables.
author
Jelmer Vernooij
<jelmer@samba.org>
Tue, 21 Oct 2008 14:33:25 +0000
(16:33 +0200)
committer
Jelmer Vernooij
<jelmer@samba.org>
Tue, 21 Oct 2008 14:33:25 +0000
(16:33 +0200)
source4/lib/samba3/smbpasswd.c
patch
|
blob
|
history
diff --git
a/source4/lib/samba3/smbpasswd.c
b/source4/lib/samba3/smbpasswd.c
index 47c826f9df2e1a8e0d87fedbae8b19f953d22bec..502f13febc732408a7d13c389ac8b43c09d74cfa 100644
(file)
--- 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;