mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 12:10:53 +03:00
Compare commits
4 Commits
9c8662b25e
...
797a51004a
Author | SHA1 | Date | |
---|---|---|---|
|
797a51004a | ||
|
d3f4924ebb | ||
|
2791c1d367 | ||
|
fa5fae689a |
@ -1544,9 +1544,9 @@ int main(int argc, char **argv)
|
||||
}
|
||||
break;
|
||||
case 21: /* dpi-desync-repeats */
|
||||
if (sscanf(optarg,"%u",&dp->desync_repeats)<1 || !dp->desync_repeats || dp->desync_repeats>20)
|
||||
if (sscanf(optarg,"%u",&dp->desync_repeats)<1 || !dp->desync_repeats || dp->desync_repeats>50)
|
||||
{
|
||||
DLOG_ERR("dpi-desync-repeats must be within 1..20\n");
|
||||
DLOG_ERR("dpi-desync-repeats must be within 1..50\n");
|
||||
exit_clean(1);
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user