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
external
sofia-sip
Commits
213ecf73
Commit
213ecf73
authored
Aug 23, 2006
by
Pekka Pessi
Browse files
su_proxy.c: use su_socket().
darcs-hash:20060823142641-65a35-d7eb38c1884257be05b6aeaf7caa0238fbec84ad.gz
parent
7cde151e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libsofia-sip-ua/su/su_proxy.c
libsofia-sip-ua/su/su_proxy.c
+1
-1
No files found.
libsofia-sip-ua/su/su_proxy.c
View file @
213ecf73
...
...
@@ -417,7 +417,7 @@ int forwarder_stream_peer(proxy_t *pr, forwarder_t *f_peer)
goto
error
;
}
f
->
f_socket
=
socket
(
ai
->
ai_family
,
ai
->
ai_socktype
,
ai
->
ai_protocol
);
f
->
f_socket
=
su_
socket
(
ai
->
ai_family
,
ai
->
ai_socktype
,
ai
->
ai_protocol
);
if
(
f
->
f_socket
==
INVALID_SOCKET
)
{
SU_DEBUG_1
((
"%s: socket: %s
\n
"
,
__func__
,
su_strerror
(
su_errno
())));
goto
error
;
...
...
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