1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-23 12:00:59 +02:00

Merge commit '073fa0bd2f12e324b5e56da5e4d9b5d49505d506'

This commit is contained in:
Mészáros Mihály 2019-03-11 11:20:06 +01:00
commit e983483048

View File

@ -2249,7 +2249,7 @@ int main(int argc, char **argv)
}
}
if(cli_password[0]==0) {
if(use_cli && cli_password[0]==0) {
TURN_LOG_FUNC(TURN_LOG_LEVEL_ERROR, "\nCONFIG ERROR: Empty cli-password, and so telnet cli interface is disabled! Please set a non empty cli-password!\n");
use_cli = 0;
}