]> git.ipfire.org Git - thirdparty/curl.git/commit
schannel: use if(result) like the code style says
authorDaniel Stenberg <daniel@haxx.se>
Wed, 30 Jul 2025 08:38:08 +0000 (10:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 30 Jul 2025 09:26:04 +0000 (11:26 +0200)
commit8d00527e9ee270f5f5578dad12995657c9f7311d
treed0b753dbb783d50ef92ee72a51ce0f5c23fb1f79
parent83da4d9d3ba3d6e1609435dbbf269ba0b9b72562
schannel: use if(result) like the code style says

instead of comparing != CURLE_OK

Closes #18094
lib/vtls/schannel.c