ipaccess-config: Add missing break to parsing the -L option

Fixes: Coverity CID 1040738
This commit is contained in:
Holger Hans Peter Freyther 2013-07-04 18:51:07 +02:00
parent 7d8139a42e
commit b18c7456cb
1 changed files with 1 additions and 0 deletions

View File

@ -940,6 +940,7 @@ int main(int argc, char **argv)
" see available tests.\n", optarg);
exit(2);
}
break;
case 's':
stream_id = atoi(optarg);
break;