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
f9044071
...
f904407152b063f26b6019941701802e7c2cd971
authored
2002-01-23 04:35:05 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Return ENOENT if the url type wasn't registered, like the other factory
creation functions.
1 parent
098c5436
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mailbox/mailer.c
mailbox/mailer.c
View file @
f904407
...
...
@@ -101,6 +101,8 @@ mailer_create (mailer_t *pmailer, const char *name)
else
*
pmailer
=
mailer
;
}
else
status
=
ENOENT
;
return
status
;
}
...
...
Please
register
or
sign in
to post a comment