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/branches/1.4@89105 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2007-11-08 05:26:47 +00:00
parent 7e81a39a81
commit 30cb593fd2

View File

@@ -190,6 +190,7 @@ static void process_weights(struct srv_context *context)
AST_LIST_REMOVE_CURRENT(&temp_list, list);
AST_LIST_INSERT_TAIL(&newlist, current, list);
break;
}
AST_LIST_TRAVERSE_SAFE_END;
}