mirror of
https://github.com/coturn/coturn.git
synced 2025-10-29 05:51:10 +01:00
Add ifdef around default value
This commit is contained in:
parent
2acb952670
commit
2f9ac538f5
@ -155,7 +155,9 @@ TURN_CREDENTIALS_NONE, /* ct */
|
|||||||
0, /* bps_capacity_allocated */
|
0, /* bps_capacity_allocated */
|
||||||
0, /* total_quota */
|
0, /* total_quota */
|
||||||
0, /* user_quota */
|
0, /* user_quota */
|
||||||
|
#if !defined(TURN_NO_PROMETHEUS)
|
||||||
1, /* prometheus enabled by default */
|
1, /* prometheus enabled by default */
|
||||||
|
#endif
|
||||||
///////////// Users DB //////////////
|
///////////// Users DB //////////////
|
||||||
{ (TURN_USERDB_TYPE)0, {"\0"}, {0,NULL, {NULL,0}} },
|
{ (TURN_USERDB_TYPE)0, {"\0"}, {0,NULL, {NULL,0}} },
|
||||||
///////////// CPUs //////////////////
|
///////////// CPUs //////////////////
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user