git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15770
d0543943-73ff-0310-b7d9-
9358b9ac24b2
#ifdef ENABLE_ZRTP
const char *zid_string = switch_core_get_variable("switch_serial");
const char *zrtp_enabled = switch_core_get_variable("zrtp_enabled");
- zrtp_on = zrtp_enabled ? switch_true(zrtp_enabled) : 0;
zrtp_config_t zrtp_config;
char zrtp_cache_path[256] = "";
+ zrtp_on = zrtp_enabled ? switch_true(zrtp_enabled) : 0;
#endif
if (global_init) {
return;