libssh2_session_supported_algs: fix compiler warning
This commit is contained in:
parent
511a972a95
commit
e68c895fc4
@ -1997,7 +1997,7 @@ LIBSSH2_API int libssh2_session_supported_algs(LIBSSH2_SESSION* session,
|
|||||||
/* correct number of pointers copied? (test the code above) */
|
/* correct number of pointers copied? (test the code above) */
|
||||||
if ( j!=ialg ) {
|
if ( j!=ialg ) {
|
||||||
/* deallocate buffer */
|
/* deallocate buffer */
|
||||||
LIBSSH2_FREE(session, *algs);
|
LIBSSH2_FREE(session, (void *)*algs);
|
||||||
*algs = NULL;
|
*algs = NULL;
|
||||||
|
|
||||||
return _libssh2_error(session, LIBSSH2_ERROR_BAD_USE,
|
return _libssh2_error(session, LIBSSH2_ERROR_BAD_USE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user