1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

checked in a file with a compile error. oops!

(This used to be commit 28d96c7e6de19a28346d406ccc6fc8b00305903b)
This commit is contained in:
Luke Leighton 1997-10-13 12:55:07 +00:00
parent 2259e56a94
commit 081dcc7e8b

View File

@ -739,7 +739,6 @@ static int lsa_reply_req_chal(LSA_Q_REQ_CHAL *q_c, char *q, char *base,
DEBUG(6,("lsa_reply_req_chal: %d\n", __LINE__));
memcpy(r_c->srv_chal.data, srv_chal->data, sizeof(srv_chal->data));
/* set up the LSA REQUEST CHALLENGE response */
make_lsa_r_req_chal(&r_c, srv_chal, 0);