Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
d6f9b5d0
Commit
d6f9b5d0
authored
Mar 28, 2013
by
Simon Morlat
Browse files
ignore sigpipe
parent
27def09c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/port.c
src/port.c
+3
-0
No files found.
src/port.c
View file @
d6f9b5d0
...
...
@@ -110,7 +110,10 @@ void belle_sip_sleep(unsigned int ms) {
#else
#include <signal.h>
int
belle_sip_init_sockets
(){
signal
(
SIGPIPE
,
SIG_IGN
);
return
0
;
}
...
...
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