]> git.ipfire.org Git - thirdparty/curl.git/commit
nss: do not skip Curl_nss_seed() if data is NULL
authorKamil Dudka <kdudka@redhat.com>
Tue, 24 Feb 2015 14:18:45 +0000 (15:18 +0100)
committerKamil Dudka <kdudka@redhat.com>
Wed, 25 Feb 2015 09:23:07 +0000 (10:23 +0100)
commit4909f7c795a4490dbb29e89b8b1564af86ee5999
tree242e05ebbca4e9dd623ed90bc179b27fcfd1d8dd
parent7a1538d9cc0736e0a9ab13cf115db40a0bfbb152
nss: do not skip Curl_nss_seed() if data is NULL

In that case, we only skip writing the error message for failed NSS
initialization (while still returning the correct error code).
lib/vtls/nss.c