[svn-commits] kpfleming: trunk r89107 - in /trunk: ./ main/srv.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 7 23:36:29 CST 2007


Author: kpfleming
Date: Wed Nov  7 23:36:28 2007
New Revision: 89107

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89107
Log:
Merged revisions 89105 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r89105 | kpfleming | 2007-11-08 00:26:47 -0500 (Thu, 08 Nov 2007) | 2 lines

fix a glaring bug in the new SRV record handling that would cause incorrect weight sorting

........

Modified:
    trunk/   (props changed)
    trunk/main/srv.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/srv.c
URL: http://svn.digium.com/view/asterisk/trunk/main/srv.c?view=diff&rev=89107&r1=89106&r2=89107
==============================================================================
--- trunk/main/srv.c (original)
+++ trunk/main/srv.c Wed Nov  7 23:36:28 2007
@@ -190,6 +190,7 @@
 					continue;
 
 				AST_LIST_MOVE_CURRENT(&newlist, list);
+				break;
 			}
 			AST_LIST_TRAVERSE_SAFE_END;
 		}




More information about the svn-commits mailing list