Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
febc7143
Commit
febc7143
authored
Dec 02, 2015
by
deuce
Browse files
Fix bug in last commit.
parent
4ffeb141
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/sbbs3/websrvr.c
src/sbbs3/websrvr.c
+1
-0
No files found.
src/sbbs3/websrvr.c
View file @
febc7143
...
...
@@ -941,6 +941,7 @@ static int close_socket(SOCKET *sock)
BOOL
rd
;
if
(
sock
==
NULL
||
*
sock
==
INVALID_SOCKET
)
return
-
1
;
/* required to ensure all data is sent */
shutdown
(
*
sock
,
SHUT_WR
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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