Fix sfcapd time slices < 60 are not allowed

This commit is contained in:
Peter Haag 2017-12-03 14:15:35 +01:00
parent 41e5ec8d20
commit 659f582b97

View File

@ -853,6 +853,7 @@ int c;
}
if (twin < 60) {
fprintf(stderr, "WARNING, Very small time frame - < 60s!\n");
exit(255);
}
break;
case 'x':