Merged revisions 86202 via svnmerge from
authorMark Michelson <mmichelson@digium.com>
Wed, 17 Oct 2007 21:41:06 +0000 (21:41 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 17 Oct 2007 21:41:06 +0000 (21:41 +0000)
commitd1a0d959a71e3e17d01ba84d0079063f533e8475
tree999fd0d9c9be45d41d3874f146813e4e4846d9f3
parent727a9080231abaa8ef0654ba00e071aadb18c097
Merged revisions 86202 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r86202 | mmichelson | 2007-10-17 16:39:05 -0500 (Wed, 17 Oct 2007) | 6 lines

Changing the strategy field of the call_queue struct to be signed instead of unsigned,
since the code attempts to set the strategy to -1 if you specify a bogus strategy.
While this isn't a huge issue in 1.4, it could be a problem for someone who, say, tries
to use the roundrobin strategy in trunk (despite all the deprecation warnings in 1.4).

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86208 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c