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
46036003
...
46036003a55a8bc660b2955557a1d718e34d3a9b
authored
2003-08-29 19:12:32 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Destroy the mailbox if the attempt to open it has failed.
1 parent
f23e20ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sieve/sieve.c
sieve/sieve.c
View file @
4603600
...
...
@@ -457,6 +457,7 @@ main (int argc, char *argv[])
{
mu_error
(
_
(
"open on %s failed: %s"
),
opts
.
mbox
?
opts
.
mbox
:
_
(
"default"
),
mu_strerror
(
rc
));
mailbox_destroy
(
&
mbox
);
goto
cleanup
;
}
...
...
Please
register
or
sign in
to post a comment