fix typo
This commit is contained in:
Dw9
2022-04-18 11:48:56 +08:00
committed by GitHub
parent 97952bdf0f
commit c82cc587c8

View File

@@ -243,7 +243,7 @@ API_EXPORT uint16_t API_CALL mk_rtc_server_start(uint16_t port) {
return rtcServer->getPort();
} catch (std::exception &ex) {
rtpServer.reset();
rtcServer.reset();
WarnL << ex.what();
return 0;
}