NTLM: optimize destination Unicode string length
commit9da56b4df66686f3b6b14f69711c67d50b0c252c
authorStefan Becker <stefan.becker@nokia.com>
Tue, 2 Mar 2010 04:35:12 +0000 (2 06:35 +0200)
committerStefan Becker <stefan.becker@nokia.com>
Tue, 2 Mar 2010 04:35:12 +0000 (2 06:35 +0200)
treef138967e17f3cc24a5be63b60d59898713baba55
parent7e5028e37e6945dcce41b799b9fee08b5ef0edf8
NTLM: optimize destination Unicode string length

msglen has been calculated with enough space for the Unicode strings. So it is
unnecessary to calculate the string length again. I think that was the original
intention of the old broken code.
src/core/sip-sec-ntlm.c