Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
d538c6c9
Commit
d538c6c9
authored
Aug 20, 2017
by
IKEDA Soji
Browse files
[bug] Wrong exit status.
parent
1ea2b4e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/smtpc/smtpc.c
View file @
d538c6c9
...
...
@@ -40,10 +40,10 @@
#define SMTPC_BUFSIZ (8192)
#define SMTPC_ERR_SOCKET (
-1
)
#define SMTPC_ERR_PROTOCOL (
-
2)
#define SMTPC_ERR_SUBMISSION (
-
3)
#define SMTPC_ERR_UNKNOWN (
-4
)
#define SMTPC_ERR_SOCKET (
255
)
#define SMTPC_ERR_PROTOCOL (2
54
)
#define SMTPC_ERR_SUBMISSION (
25
3)
#define SMTPC_ERR_UNKNOWN (
252
)
#define SMTPC_7BIT (0)
#define SMTPC_8BIT (1)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment