_libssh2_transport_send: remove dead assignment
'data' isn't accessed beyond this point so there's no need to assign it.
Этот коммит содержится в:
родитель
4760e4d051
Коммит
753e55ef23
@ -751,7 +751,6 @@ int _libssh2_transport_send(LIBSSH2_SESSION *session,
|
|||||||
if(rc)
|
if(rc)
|
||||||
return rc; /* compression failure */
|
return rc; /* compression failure */
|
||||||
|
|
||||||
data = p->outbuf;
|
|
||||||
data_len = dest_len + dest2_len; /* use the combined length */
|
data_len = dest_len + dest2_len; /* use the combined length */
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user