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
7896f27d
...
7896f27dc2d83c033ee5e5da03fa59b9d63deded
authored
2008-11-12 14:38:44 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_cfg_tree_reduce): Return 0 if no configuration is supplied.
1 parent
a663d7d5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
ChangeLog
mailbox/cfg_driver.c
ChangeLog
View file @
7896f27
...
...
@@ -4,6 +4,8 @@
* include/mailutils/libargp.h (mu_app_cfg_verifier): New extern.
* libargp/muinit.c (mu_app_cfg_verifier): New variable.
(mu_app_init): Call mu_app_cfg_verifier if in lint mode.
* mailbox/cfg_driver.c (mu_cfg_tree_reduce): Return 0 if no
configuration is supplied.
2008-11-11 Sergey Poznyakoff <gray@gnu.org.ua>
...
...
mailbox/cfg_driver.c
View file @
7896f27
...
...
@@ -579,7 +579,7 @@ mu_cfg_tree_reduce (mu_cfg_tree_t *parse_tree, const char *progname,
struct
mu_cfg_param
*
progparam
,
int
flags
,
void
*
target_ptr
)
{
int
rc
=
1
;
int
rc
=
0
;
if
(
root_container
)
{
...
...
Please
register
or
sign in
to post a comment