[asterisk-commits] file: trunk r79688 - /trunk/pbx/pbx_dundi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Aug 16 10:29:44 CDT 2007


Author: file
Date: Thu Aug 16 10:29:44 2007
New Revision: 79688

URL: http://svn.digium.com/view/asterisk?view=rev&rev=79688
Log:
(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.

Modified:
    trunk/pbx/pbx_dundi.c

Modified: trunk/pbx/pbx_dundi.c
URL: http://svn.digium.com/view/asterisk/trunk/pbx/pbx_dundi.c?view=diff&rev=79688&r1=79687&r2=79688
==============================================================================
--- trunk/pbx/pbx_dundi.c (original)
+++ trunk/pbx/pbx_dundi.c Thu Aug 16 10:29:44 2007
@@ -415,7 +415,8 @@
 			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




More information about the asterisk-commits mailing list