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
26aff9ff
...
26aff9ff7692ed17ad5dae205f68f13ba179a087
authored
2007-06-28 17:14:14 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sieve_argp_parser): Bugfix
1 parent
4a19e10f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libsieve/argp.c
libsieve/argp.c
View file @
26aff9f
...
...
@@ -105,7 +105,7 @@ sieve_argp_parser (int key, char *arg, struct argp_state *state)
mu_strerror
(
rc
));
exit
(
1
);
}
mu_list_set_destroy_item
(
plist
,
destroy_string
);
mu_list_set_destroy_item
(
*
plist
,
destroy_string
);
}
mu_list_append
(
*
plist
,
strdup
(
arg
));
}
...
...
Please
register
or
sign in
to post a comment