GSS: handle reuse fix
authorMarcus Sundberg <marcus.sundberg@aptilo.com>
Sat, 12 Mar 2011 23:21:07 +0000 (00:21 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 12 Mar 2011 23:21:07 +0000 (00:21 +0100)
commit6f0ee717c3752e06144e87b45bb56c24ce8237f7
tree1d01f694a688f1f505db7d7c9c6979e659fc48da
parent0718b7e31ecb429ce3de7a98e725750b518f489a
GSS: handle reuse fix

Make GSS authentication work when a curl handle is reused for multiple
authenticated requests, by always setting negdata->state in
output_auth_headers().

Signed-off-by: Marcus Sundberg <marcus.sundberg@aptilo.com>
lib/http.c