Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
92bb45dd
Commit
92bb45dd
authored
May 21, 2002
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing newlines. oops.
svn path=/trunk/icecast/; revision=3319
parent
fd2ee075
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/main.c
src/main.c
+2
-2
No files found.
src/main.c
View file @
92bb45dd
...
...
@@ -151,12 +151,12 @@ static int _start_listening(void)
static
void
_server_proc_init
(
void
)
{
if
(
!
_setup_socket
())
{
fprintf
(
stderr
,
"Could not create listener socket on port %d"
,
config_get_config
()
->
port
);
fprintf
(
stderr
,
"Could not create listener socket on port %d
\n
"
,
config_get_config
()
->
port
);
return
;
}
if
(
!
_start_listening
())
{
fprintf
(
stderr
,
"Failed trying to listen on server socket"
);
fprintf
(
stderr
,
"Failed trying to listen on server socket
\n
"
);
return
;
}
}
...
...
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