mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 07:13:20 +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:
@@ -688,7 +688,7 @@ struct ast_eid {
|
||||
* This is set in asterisk.conf, or determined automatically by taking the mac
|
||||
* address of an Ethernet interface on the system.
|
||||
*/
|
||||
extern struct ast_eid g_eid;
|
||||
extern struct ast_eid ast_eid_default;
|
||||
|
||||
/*!
|
||||
* \brief Fill in an ast_eid with the default eid of this machine
|
||||
|
Reference in New Issue
Block a user