Commit bc5df0f4 authored by Wayne Davison's avatar Wayne Davison

Fixed name of PTR_EXTRA_CNT (was PTR_EXTRA_LEN).

parent 4b163f00
......@@ -108,7 +108,7 @@ static void check_sub_protocol(void)
void setup_protocol(int f_out,int f_in)
{
if (am_sender)
file_extra_cnt += PTR_EXTRA_LEN;
file_extra_cnt += PTR_EXTRA_CNT;
else
file_extra_cnt++;
if (preserve_uid)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment