1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

SquashSRS4: Fix bugs

This commit is contained in:
winlin 2021-05-11 19:12:15 +08:00
parent eb339432c4
commit 3939844301
3 changed files with 27 additions and 9 deletions

View file

@ -26,6 +26,6 @@
#define VERSION_MAJOR 4
#define VERSION_MINOR 0
#define VERSION_REVISION 106
#define VERSION_REVISION 107
#endif

View file

@ -290,8 +290,8 @@ void retrieve_local_ips()
}
}
srs_trace(ss0.str().c_str());
srs_trace(ss1.str().c_str());
srs_trace("%s", ss0.str().c_str());
srs_trace("%s", ss1.str().c_str());
freeifaddrs(ifap);
}