Author: tridge
Date: 2006-03-31 05:33:35 +0000 (Fri, 31 Mar 2006)
New Revision: 14837

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14837

Log:

fixed build error

Modified:
   branches/SAMBA_4_0/source/auth/credentials/credentials_ntlm.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/credentials/credentials_ntlm.c
===================================================================
--- branches/SAMBA_4_0/source/auth/credentials/credentials_ntlm.c       
2006-03-31 03:05:39 UTC (rev 14836)
+++ branches/SAMBA_4_0/source/auth/credentials/credentials_ntlm.c       
2006-03-31 05:33:35 UTC (rev 14837)
@@ -185,11 +185,12 @@
                                }
                        }
                } else {
+                       const char *password;
+
                        /* LM Key is incompatible... */
                        lm_response = nt_response;
                        *flags &= ~CLI_CRED_LANMAN_AUTH;
 
-                       const char *password;
                        password = cli_credentials_get_password(cred);
                        if (password) {
                                E_deshash(password, lm_hash);

Reply via email to