From: Mark Michelson Date: Wed, 14 Jan 2009 16:20:37 +0000 (+0000) Subject: Blocked revisions 168598 via svnmerge X-Git-Tag: 1.6.2.0-beta1~452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2317374e784f404aed347721b892ebb3000ad80e;p=thirdparty%2Fasterisk.git Blocked revisions 168598 via svnmerge ........ r168598 | mmichelson | 2009-01-14 10:19:26 -0600 (Wed, 14 Jan 2009) | 8 lines Fix a logic error I found while searching through chan_agent.c I found that the allow_multiple_logins function would never return 0 due to an incorrect comparison being used when traversing the list of agents. While I was modifying this function, I also did a little bit of coding guidelines cleanup, too. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168599 65c4cc65-6c06-0410-ace0-fbb531ad65f3 ---