Fix print bug in retrieve_local_ips. 4.0.107
This commit is contained in:
parent
098e7b2716
commit
8c5a435714
|
|
@ -26,6 +26,6 @@
|
|||
|
||||
#define VERSION_MAJOR 4
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 106
|
||||
#define VERSION_REVISION 107
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user