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 | 28d96c7e6de19a28346d406ccc6fc8b00305903b (patch) | |
tree | c169c8428663ffd8d87cd0d5ce0953e54e52c416 /source | |
parent | 9fdd697d17b68293bb95fd68f44c24f0f5b97f5f (diff) | |
download | samba-28d96c7e6de19a28346d406ccc6fc8b00305903b.tar.gz samba-28d96c7e6de19a28346d406ccc6fc8b00305903b.tar.xz samba-28d96c7e6de19a28346d406ccc6fc8b00305903b.zip |
checked in a file with a compile error. oops!
Diffstat (limited to 'source')
-rw-r--r-- | source/smbd/pipes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/smbd/pipes.c b/source/smbd/pipes.c index 173b3cdd060..772e49f41d1 100644 --- a/source/smbd/pipes.c +++ b/source/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); |