Fix sfcapd time slices < 60 are not allowed
This commit is contained in:
parent
41e5ec8d20
commit
659f582b97
@ -853,6 +853,7 @@ int c;
|
||||
}
|
||||
if (twin < 60) {
|
||||
fprintf(stderr, "WARNING, Very small time frame - < 60s!\n");
|
||||
exit(255);
|
||||
}
|
||||
break;
|
||||
case 'x':
|
||||
|
Loading…
x
Reference in New Issue
Block a user