This commit is contained in:
Alexey Khromov 2025-03-20 12:32:11 +03:00
parent 4e86852c41
commit 25cfb143dc

View File

@ -210,7 +210,7 @@ int binkp_loop(s_binkp_state *bstate) {
return PRC_REMOTEABORTED;
}
if (bstate->mode==bmode_transfer && bstate->remote_data->options & BINKP_OPT_CRYPT) {
decrypt_buf(readbuf+read_pos, n, bstate->remote_data->keys_in)
decrypt_buf(readbuf+read_pos, n, bstate->remote_data->keys_in);
} else {
DEB((D_24554,"binkp: not encripted transfer"));
};