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
de42777f
...
de42777f2a892f0500c71bd00b145dbe1c66977a
authored
2002-01-21 15:01:54 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_message_send): Initialize mailer to NULL.
1 parent
7ea06fa6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libmu_scm/mu_message.c
libmu_scm/mu_message.c
View file @
de42777
...
...
@@ -740,7 +740,7 @@ SCM_DEFINE (mu_message_send, "mu-message-send", 1, 3, 0,
char
*
mailer_name
;
address_t
from
=
NULL
;
address_t
to
=
NULL
;
mailer_t
mailer
;
mailer_t
mailer
=
NULL
;
message_t
msg
;
int
status
;
...
...
Please
register
or
sign in
to post a comment