mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
(closes issue #10467)
Reported by: lunn Patches: pbx_dundi.diff uploaded by lunn (license 179) Don't print a warning saying an ethernet interface was found when it indeed was. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79688 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -415,7 +415,8 @@ static void reset_global_eid(void)
|
|||||||
ast_log(LOG_DEBUG, "Seeding global EID '%s' from '%s'\n",
|
ast_log(LOG_DEBUG, "Seeding global EID '%s' from '%s'\n",
|
||||||
dundi_eid_to_str(eid_str, sizeof(eid_str), &global_eid), ifr.ifr_name);
|
dundi_eid_to_str(eid_str, sizeof(eid_str), &global_eid), ifr.ifr_name);
|
||||||
}
|
}
|
||||||
break;
|
close(s);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
close(s);
|
close(s);
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user