summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-10-13 12:55:07 +0000
committerLuke Leighton <lkcl@samba.org>1997-10-13 12:55:07 +0000
commit081dcc7e8b7c6a336a1fe5e46b90d6cbb9b1a3d2 (patch)
tree44b2a102462d876db733b367987d35707e680651
parent2259e56a947104b19a1196154af4e43ab15e4b7c (diff)
downloadsamba-081dcc7e8b7c6a336a1fe5e46b90d6cbb9b1a3d2.tar.gz
samba-081dcc7e8b7c6a336a1fe5e46b90d6cbb9b1a3d2.tar.bz2
samba-081dcc7e8b7c6a336a1fe5e46b90d6cbb9b1a3d2.zip
checked in a file with a compile error. oops!
(This used to be commit 28d96c7e6de19a28346d406ccc6fc8b00305903b)
-rw-r--r--source3/smbd/pipes.c1
1 files changed, 0 insertions, 1 deletions
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);