Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
63364128
...
633641280c86ea803a363266313aff6e284c348a
authored
2002-07-23 18:32:12 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(comsatd_parse_opt): Fixed dereference of child_inputs.
1 parent
02f3549d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
comsat/comsat.c
comsat/comsat.c
View file @
6336412
...
...
@@ -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'
:
...
...
Please
register
or
sign in
to post a comment