Fix NTLM crash if login setting is undefined
commit030aec9f50395eb6e2e6a02a21af2de3443478b9
authorStefan Becker <stefan.becker@nokia.com>
Tue, 9 Feb 2010 13:21:25 +0000 (9 15:21 +0200)
committerStefan Becker <stefan.becker@nokia.com>
Tue, 9 Feb 2010 13:21:25 +0000 (9 15:21 +0200)
tree08ce90c1676e1a23e9558933e56ab0b559c8c677
parent40c037c1b3c205f051529d17dad4fd1605f374fd
Fix NTLM crash if login setting is undefined

purple_ntlm_gen_authenticate requires valid domain/user strings or otherwise
it will crash. Abort NTLM setup in this case to avoid the crash.
src/core/sip-sec-ntlm.c