diff options
author | Luke Leighton <lkcl@samba.org> | 1997-10-13 12:55:07 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-10-13 12:55:07 +0000 |
commit | 081dcc7e8b7c6a336a1fe5e46b90d6cbb9b1a3d2 (patch) | |
tree | 44b2a102462d876db733b367987d35707e680651 | |
parent | 2259e56a947104b19a1196154af4e43ab15e4b7c (diff) | |
download | samba-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.c | 1 |
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); |