Skip to content

Commit

Permalink
forgot to add new config var to configuartion processing routine
Browse files Browse the repository at this point in the history
  • Loading branch information
f34rdotcom committed Mar 30, 2014
1 parent ed2198c commit 0d1e0b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ser2sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,9 @@ int parse_args(int argc, char * argv[])
case 'd':
option_daemonize = TRUE;
break;
case '0':
option_binary_mode = TRUE;
break;
case 't':
option_send_terminal_init = TRUE;
break;
Expand Down

0 comments on commit 0d1e0b0

Please sign in to comment.