1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-28 13:31:16 +01:00

Add ifdef around default value

This commit is contained in:
Mészáros Mihály 2020-07-08 10:00:53 +02:00
parent 2acb952670
commit 2f9ac538f5

View File

@ -155,7 +155,9 @@ TURN_CREDENTIALS_NONE, /* ct */
0, /* bps_capacity_allocated */
0, /* total_quota */
0, /* user_quota */
#if !defined(TURN_NO_PROMETHEUS)
1, /* prometheus enabled by default */
#endif
///////////// Users DB //////////////
{ (TURN_USERDB_TYPE)0, {"\0"}, {0,NULL, {NULL,0}} },
///////////// CPUs //////////////////