mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
commented out unused line
This commit is contained in:
parent
42bf6b2b6a
commit
4f887ff528
@ -3247,7 +3247,7 @@ int ops_parse(ops_parse_info_t *pinfo,ops_boolean_t limit_packets)
|
||||
} while (r > 0);
|
||||
|
||||
return pinfo->errors ? 0 : 1;
|
||||
return r == -1 ? 0 : 1;
|
||||
//return r == -1 ? 0 : 1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user