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

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming 2007-11-08 05:36:28 +00:00
parent edc78d6023
commit c18691dec0
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ static void process_weights(struct srv_context *context)
continue;
AST_LIST_MOVE_CURRENT(&newlist, list);
break;
}
AST_LIST_TRAVERSE_SAFE_END;
}