mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 04:56:07 +03:00
Missing break in iodine.c command-line parsing
Bug-Ubuntu: https://bugs.launchpad.net/bugs/880508 Author: Pavel Pergamenshchik <ppergame@gmail.com> Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2011-10-23
This commit is contained in:
parent
a569030bb7
commit
85be9b07d1
@ -190,6 +190,7 @@ main(int argc, char **argv)
|
||||
break;
|
||||
case 'r':
|
||||
raw_mode = 0;
|
||||
break;
|
||||
case 'u':
|
||||
username = optarg;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user