security: fix init context for HTTP in SSPI
commitde7ef54c4d74ed146182288746f2282f69b3ef38
authorStefan Becker <chemobejk@gmail.com>
Mon, 25 Feb 2013 13:29:18 +0000 (25 15:29 +0200)
committerStefan Becker <chemobejk@gmail.com>
Mon, 25 Feb 2013 13:29:18 +0000 (25 15:29 +0200)
treec41807d85f3f9e3aca08c3790e09238a23bdf3a8
parent39d6ec917720f09de598809a391f8eae46df302a
security: fix init context for HTTP in SSPI

If the HTTP connection is re-used and we receive a 401 response then
re-initialization of the existing security context will fail, because we
are only provided with a invalid NULL token. Drop the old context so
that a new one will be created instead.
src/core/sip-sec-sspi.c