summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
diff options
context:
space:
mode:
Diffstat (limited to 'comsat/comsat.c')
-rw-r--r--comsat/comsat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index e6abacd19..07670cd9c 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -121,7 +121,7 @@ comsatd_parse_opt (int key, char *arg, struct argp_state *state)
switch (key)
{
case ARGP_KEY_INIT:
- state->child_inputs[1] = state->input;
+ state->child_inputs[0] = state->input;
break;
case 'c':

Return to:

Send suggestions and report system problems to the System administrator.