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
822
Wiki
Activity
Browse Source
MT#55283 copy/pasto fix
Change-Id: Ia69bd7c0daf954fd3dd37915a1cf6be1d2459839
pull/1912/head
Richard Fuchs
10 months ago
parent
928dd269b0
commit
8974f953ef
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
t/tests-preload.c
+ 1
- 1
t/tests-preload.c
View File
@ -620,7 +620,7 @@ out:
return
ret
;
do_recvfrom_warn
:
fprintf
(
stderr
,
"
preload recvm
sg
(): %s (fd %i)
\n
"
,
err
,
fd
)
;
fprintf
(
stderr
,
"
preload recv
fro
m(): %s (fd %i)
\n
"
,
err
,
fd
)
;
do_recvfrom
:
return
real_recvfrom
(
fd
,
buf
,
len
,
flags
,
addr
,
socklen
)
;
}
Write
Preview
Loading…
Cancel
Save