Prevent double free() of a used challenge nonce.

This commit is contained in:
Guus Sliepen 2007-10-20 11:21:44 +00:00
parent b0709d2649
commit 269892f70b

View file

@ -335,6 +335,7 @@ bool chal_reply_h(connection_t *c, char *request) {
*/
free(c->hischallenge);
c->hischallenge = NULL;
c->allow_request = ACK;
return send_ack(c);