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
df67a458
...
df67a458159e4bbfcfd59248091182e55aaa0a9a
authored
2010-10-05 11:27:58 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor bugfixes.
1 parent
271d62e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
libmailutils/debug.c
libmailutils/mailer.c
libmailutils/debug.c
View file @
df67a45
...
...
@@ -235,6 +235,7 @@ mu_debug_print (mu_debug_t debug, mu_log_level_t level,
const
char
*
format
,
...)
{
va_list
ap
;
va_start
(
ap
,
format
);
mu_debug_printv
(
debug
,
level
,
format
,
ap
);
va_end
(
ap
);
return
0
;
...
...
libmailutils/mailer.c
View file @
df67a45
...
...
@@ -489,7 +489,7 @@ send_fragments (mu_mailer_t mailer,
struct
timeval
*
delay
,
mu_address_t
from
,
mu_address_t
to
)
{
int
status
;
int
status
=
0
;
size_t
i
;
char
*
msgid
=
NULL
;
...
...
Please
register
or
sign in
to post a comment