This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
823
Wiki
Activity
Browse Source
segfault fix for DTLS protocol errors
changes/58/8858/1
Richard Fuchs
12 years ago
parent
0dfa716686
commit
cd30d6855a
1 changed files
with
1 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
daemon/dtls.c
+ 1
- 2
daemon/dtls.c
View File
@ -602,8 +602,7 @@ int dtls(struct packet_stream *ps, const str *s, struct sockaddr_in6 *fsin) {
if
(
ps
-
>
sfd
)
if
(
ps
-
>
sfd
)
ilog
(
LOG_ERROR
,
"
DTLS error on local port %hu
"
,
ps
-
>
sfd
-
>
fd
.
localport
)
;
ilog
(
LOG_ERROR
,
"
DTLS error on local port %hu
"
,
ps
-
>
sfd
-
>
fd
.
localport
)
;
/* fatal error */
/* fatal error */
d
-
>
init
=
0
;
/* XXX ?? */
dtls_connection_cleanup
(
d
)
;
return
0
;
return
0
;
}
}
else
if
(
ret
=
=
1
)
{
else
if
(
ret
=
=
1
)
{
Write
Preview
Loading…
Cancel
Save