Remove bogus semicolons

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2022-05-25 14:27:00 +02:00
committed by Andreas Schneider
parent 4b3a6342db
commit 7bd850ab36
4 changed files with 4 additions and 4 deletions

View File

@@ -1513,7 +1513,7 @@ static int channel_write_common(ssh_channel channel,
effectivelen = len;
}
effectivelen = MIN(effectivelen, maxpacketlen);;
effectivelen = MIN(effectivelen, maxpacketlen);
rc = ssh_buffer_pack(session->out_buffer,
"bd",