[SCM] Samba Shared Repository - branch master updated - ea4f764322fb3256ca11d0e206f1b39ed3c03c7c

Jelmer Vernooij jelmer at samba.org
Tue Oct 21 14:33:50 GMT 2008


The branch, master has been updated
       via  ea4f764322fb3256ca11d0e206f1b39ed3c03c7c (commit)
      from  8fe59b9b00072dc4e12314624bbb692ceb776efd (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ea4f764322fb3256ca11d0e206f1b39ed3c03c7c
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Oct 21 16:33:25 2008 +0200

    Remove unused global variables.

-----------------------------------------------------------------------

Summary of changes:
 source4/lib/samba3/smbpasswd.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/samba3/smbpasswd.c b/source4/lib/samba3/smbpasswd.c
index 47c826f..502f13f 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;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list