]> granicus.if.org Git - curl/commit
choose_mech: fix return code
authorDaniel Stenberg <daniel@haxx.se>
Sat, 4 Oct 2014 13:37:42 +0000 (15:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 4 Oct 2014 13:37:42 +0000 (15:37 +0200)
commit793ac8035c14c47d0cf8c138304e65478804ca74
tree5f6c0e3ca827c8a6c67d0e9a1850b139d1f04240
parentc2791caf53826e1dfa20483fee493033594caefc
choose_mech: fix return code

Coverity CID 1241950. The pointer is never NULL but it might point to
NULL.
lib/security.c