fix typo
This commit is contained in:
parent
4e86852c41
commit
25cfb143dc
@ -210,7 +210,7 @@ int binkp_loop(s_binkp_state *bstate) {
|
|||||||
return PRC_REMOTEABORTED;
|
return PRC_REMOTEABORTED;
|
||||||
}
|
}
|
||||||
if (bstate->mode==bmode_transfer && bstate->remote_data->options & BINKP_OPT_CRYPT) {
|
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 {
|
} else {
|
||||||
DEB((D_24554,"binkp: not encripted transfer"));
|
DEB((D_24554,"binkp: not encripted transfer"));
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user