• Vineet Chaudhary's avatar
    FS-7256 : Unable to load mod_java. · adccf499
    Vineet Chaudhary 提交于
    FS not able to load mod_java because in load_config switch_status_t status
    is not initialised and in some conditions status is not gets set ever
    resulting returning garbage value, resulting failuar to load mod_java.so.
    
    With this patch status is set to SWITCH_STATUS_SUCCESS so in case everything
    is loaded it can load mod_java else status is set to SWITCH_STATUS_FALSE(which
    is already covered).
    adccf499
名称
最后提交
最后更新
..
src/org/freeswitch 正在载入提交数据...
.gitattributes 正在载入提交数据...
Makefile.am 正在载入提交数据...
freeswitch_java.cpp 正在载入提交数据...
freeswitch_java.h 正在载入提交数据...
mod_java.cpp 正在载入提交数据...
mod_java.i 正在载入提交数据...
modjava.c 正在载入提交数据...
switch_swig_wrap.cpp 正在载入提交数据...