aboutsummaryrefslogtreecommitdiff
path: root/libssh/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/packet.c')
-rw-r--r--libssh/packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/packet.c b/libssh/packet.c
index 2304441c..f3742e4e 100644
--- a/libssh/packet.c
+++ b/libssh/packet.c
@@ -592,7 +592,7 @@ int packet_send(SSH_SESSION *session) {
}
void packet_parse(SSH_SESSION *session) {
- STRING *error_s = NULL;
+ ssh_string error_s = NULL;
char *error = NULL;
u32 type = session->in_packet.type;
u32 tmp;