aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-16 15:29:44 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-16 15:29:44 +0000
commita8fd9488e8109cc822116eda453bd1fa2737d188 (patch)
treefa36682c29b71c1e6846ccaf5655efe348eaac0a /pbx
parentfc904a4a1d6f927617f10482e93ed53de99f396a (diff)
(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: http://svn.digium.com/svn/asterisk/trunk@79688 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_dundi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 41866f0c9..c077f4d5d 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -415,7 +415,8 @@ static void reset_global_eid(void)
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);
}
- break;
+ close(s);
+ return;
}
close(s);
#else