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
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
93
Issues
93
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Icecast-Server
Commits
fe5c9e62
Commit
fe5c9e62
authored
Aug 09, 2007
by
Karl Heyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor build update
svn path=/icecast/trunk/net/; revision=13501
parent
7248d653
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
src/net/sock.c
src/net/sock.c
+5
-2
No files found.
src/net/sock.c
View file @
fe5c9e62
...
...
@@ -60,7 +60,10 @@
/* for older C libraries */
#ifndef AI_NUMERICSERV
#define AI_NUMERICSERV 0
# define AI_NUMERICSERV 0
#endif
#ifndef AI_ADDRCONFIG
# define AI_ADDRCONFIG 0
#endif
/* sock_initialize
...
...
@@ -659,7 +662,7 @@ sock_t sock_get_server_socket (int port, const char *sinterface)
if
(
bind
(
sock
,
ai
->
ai_addr
,
ai
->
ai_addrlen
)
<
0
)
{
close
(
sock
);
sock_
close
(
sock
);
continue
;
}
freeaddrinfo
(
res
);
...
...
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