From 081dcc7e8b7c6a336a1fe5e46b90d6cbb9b1a3d2 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Mon, 13 Oct 1997 12:55:07 +0000 Subject: checked in a file with a compile error. oops! (This used to be commit 28d96c7e6de19a28346d406ccc6fc8b00305903b) --- source3/smbd/pipes.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/smbd') diff --git a/source3/smbd/pipes.c b/source3/smbd/pipes.c index 173b3cdd06..772e49f41d 100644 --- a/source3/smbd/pipes.c +++ b/source3/smbd/pipes.c @@ -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); -- cgit