]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh2: keep sftp errors as 'unsigned long'
authorDaniel Stenberg <daniel@haxx.se>
Sat, 6 Jun 2020 22:30:50 +0000 (00:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Jun 2020 06:38:48 +0000 (08:38 +0200)
commit7370b4e39f1390e701f5b68d910c619151daf72b
tree90e969d708dc943bf2bfec6d22e8e152631b38d0
parent3186f5005497df68ef0735b2e23b8a5c9d76d8b9
libssh2: keep sftp errors as 'unsigned long'

Remove weird work-around for storing the SFTP errors as int instead of
the "unsigned long" that libssh2 actually returns for SFTP errors.

Closes #5534
lib/vssh/libssh2.c