Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
c5e74fc6
Commit
c5e74fc6
authored
Aug 22, 2011
by
Steven Murdoch
Browse files
Appease "make check spaces"
parent
269c0b46
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tools/tor-fw-helper/tor-fw-helper.c
View file @
c5e74fc6
...
...
@@ -236,7 +236,8 @@ network_init(void)
int
r
;
r
=
WSAStartup
(
0x101
,
&
WSAData
);
if
(
r
)
{
fprintf
(
stderr
,
"E: Error initializing Windows network layer - code was %d"
,
r
);
fprintf
(
stderr
,
"E: Error initializing Windows network layer "
"- code was %d"
,
r
);
return
-
1
;
}
/* WSAData.iMaxSockets might show the max sockets we're allowed to use.
...
...
Write
Preview
Supports
Markdown
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