mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
REVERTING res_pjsip: make it unloadable
Due to the original patch causing memory corruptions the patch is being removed until the problem can be resolved. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430734 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -91,11 +91,6 @@ int ast_sip_dialog_setup_outbound_authentication(pjsip_dialog *dlg, const struct
|
||||
return 0;
|
||||
}
|
||||
|
||||
int internal_sip_initialize_outbound_authentication(void) {
|
||||
return internal_sip_register_service(&outbound_auth_mod);
|
||||
}
|
||||
|
||||
|
||||
void internal_sip_destroy_outbound_authentication(void) {
|
||||
internal_sip_unregister_service(&outbound_auth_mod);
|
||||
int ast_sip_initialize_outbound_authentication(void) {
|
||||
return ast_sip_register_service(&outbound_auth_mod);
|
||||
}
|
||||
|
Reference in New Issue
Block a user