mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Change g_eid to ast_eid_default.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@184630 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4614,7 +4614,7 @@ static int set_config(char *config_file, struct sockaddr_in* sin, int reload)
|
||||
ast_log(LOG_WARNING, "Unable to get host name!\n");
|
||||
AST_LIST_LOCK(&peers);
|
||||
|
||||
memcpy(&global_eid, &g_eid, sizeof(global_eid));
|
||||
memcpy(&global_eid, &ast_eid_default, sizeof(global_eid));
|
||||
|
||||
global_storehistory = 0;
|
||||
ast_copy_string(secretpath, "dundi", sizeof(secretpath));
|
||||
|
Reference in New Issue
Block a user