Fix up Luke's problems so that Win9X clients can log onto Samba-TNG and can
authorRichard Sharpe <sharpe@samba.org>
Sun, 20 Feb 2000 08:20:38 +0000 (08:20 +0000)
committerRichard Sharpe <sharpe@samba.org>
Sun, 20 Feb 2000 08:20:38 +0000 (08:20 +0000)
use Samba-TNG.

source/rpc_parse/parse_net.c

index 4fbe1b9a793a3e456334e3faa10d43070767b00a..fec96372bc7ac4a67518616aec8935c295f1843a 100644 (file)
@@ -813,7 +813,7 @@ BOOL make_id_info2(NET_ID_INFO_2 *id, const char *domain_name,
        if (lm_chal_resp != NULL)
        {
                /* oops.  can only send what-ever-it-is direct */
-               memcpy(lm_owf, lm_chal_resp, MIN(nt_chal_len, sizeof(lm_owf)));
+               memcpy(lm_owf, lm_chal_resp, MIN(lm_chal_len, sizeof(lm_owf)));
                lm_chal_resp = lm_owf;
        }