Nix unused variable
This commit is contained in:
parent
0138e36352
commit
dce388e9c5
@ -863,7 +863,6 @@ int libssh2_packet_write(LIBSSH2_SESSION *session, unsigned char *data, unsigned
|
|||||||
unsigned long padding_length;
|
unsigned long padding_length;
|
||||||
int free_data = 0;
|
int free_data = 0;
|
||||||
unsigned char buf[246]; /* 6 byte header plus max padding size(240) */
|
unsigned char buf[246]; /* 6 byte header plus max padding size(240) */
|
||||||
int i;
|
|
||||||
|
|
||||||
if ((session->state & LIBSSH2_STATE_NEWKEYS) &&
|
if ((session->state & LIBSSH2_STATE_NEWKEYS) &&
|
||||||
strcmp(session->local.comp->name, "none")) {
|
strcmp(session->local.comp->name, "none")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user