(comsatd_parse_opt): Fixed dereference of child_inputs.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -121,7 +121,7 @@ comsatd_parse_opt (int key, char *arg, struct argp_state *state) | ... | @@ -121,7 +121,7 @@ comsatd_parse_opt (int key, char *arg, struct argp_state *state) |
121 | switch (key) | 121 | switch (key) |
122 | { | 122 | { |
123 | case ARGP_KEY_INIT: | 123 | case ARGP_KEY_INIT: |
124 | state->child_inputs[1] = state->input; | 124 | state->child_inputs[0] = state->input; |
125 | break; | 125 | break; |
126 | 126 | ||
127 | case 'c': | 127 | case 'c': | ... | ... |
-
Please register or sign in to post a comment