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
b6671076
...
b6671076b3c8eaa49e57e5de5d6e3567142a18df
authored
2002-05-11 01:39:48 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Not a good day, second typo in a row in tcp_stream_create.
1 parent
c754bb7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/tcp.c
mailbox/tcp.c
View file @
b667107
...
...
@@ -233,7 +233,7 @@ tcp_stream_create (stream_t * stream, const char* host, int port, int flags)
int
ret
;
if
(
host
==
NULL
)
return
MU_ERR_TCP_NO_HOST
return
MU_ERR_TCP_NO_HOST
;
if
(
port
<
1
)
return
MU_ERR_TCP_NO_PORT
;
...
...
Please
register
or
sign in
to post a comment