code before decl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15770 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
dea8d99a81
commit
5f7d0b65b0
|
@ -580,9 +580,9 @@ SWITCH_DECLARE(void) switch_rtp_init(switch_memory_pool_t *pool)
|
|||
#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;
|
||||
|
|
Loading…
Reference in New Issue