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
98f7cc4c
...
98f7cc4c92786005e95e9a234f33d1f5a8e88ce6
authored
2012-07-21 23:47:48 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fix
1 parent
62e22dcc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
maidag/maidag.c
maidag/maidag.c
View file @
98f7cc4
...
...
@@ -304,7 +304,8 @@ cb_stderr (void *data, mu_config_value_t *val)
return
1
;
if
(
mu_cfg_parse_boolean
(
val
->
v
.
string
,
&
res
))
mu_error
(
_
(
"not a boolean"
));
mu_log_syslog
=
!
res
;
else
mu_log_syslog
=
!
res
;
return
0
;
}
...
...
Please
register
or
sign in
to post a comment