• News
  • Idefisk
  • Tools
  • Tutorials
  • Forum
  • Reviews
  • VoIP Providers
  • Archives
  • Gallery
ZOIPER softphone
AsteriskGuru Archives
Mailing List Archives
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[svn-commits] russell: branch russell/jack r95440 - /team/ru

 
   AsteriskGuru Archives Forum Index -> Asterisk-CVS
View previous topic :: View next topic  
Author Message
svn-commits at lists.digi
Guest





PostPosted: Mon Dec 31, 2007 6:30 pm    Post subject: [svn-commits] russell: branch russell/jack r95440 - /team/ru

Author: russell
Date: Mon Dec 31 12:29:52 2007
New Revision: 95440

URL: http://svn.digium.com/view/asterisk?view=rev&rev=95440
Log:
commit a hack that ignores a locking error that i get on my mac ...

Modified:
team/russell/jack/main/channel.c

Modified: team/russell/jack/main/channel.c
URL: http://svn.digium.com/view/asterisk/team/russell/jack/main/channel.c?view=diff&rev=95440&r1=95439&r2=95440
==============================================================================
--- team/russell/jack/main/channel.c (original)
+++ team/russell/jack/main/channel.c Mon Dec 31 12:29:52 2007
@@ -463,10 +463,7 @@
struct chanlist *chanls;
const struct ast_channel_tech *ret = NULL;

- if (AST_RWLIST_RDLOCK(&channels)) {
- ast_log(LOG_WARNING, "Unable to lock channel tech list\n");
- return NULL;
- }
+ AST_RWLIST_RDLOCK(&channels);

AST_LIST_TRAVERSE(&backends, chanls, list) {
if (!strcasecmp(name, chanls->tech->type)) {
@@ -3168,10 +3165,7 @@
cause = &foo;
*cause = AST_CAUSE_NOTDEFINED;

- if (AST_RWLIST_RDLOCK(&channels)) {
- ast_log(LOG_WARNING, "Unable to lock channel list\n");
- return NULL;
- }
+ AST_RWLIST_RDLOCK(&channels);

AST_LIST_TRAVERSE(&backends, chan, list) {
if (strcasecmp(type, chan->tech->type))


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/svn-commits
Back to top
Display posts from previous:   
   AsteriskGuru Archives Forum Index -> Asterisk-CVS All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
contact us at: support@asteriskguru.com - asterisKGuru.com © all rights reserved   |   *asterisk is registered trademark of © Digium™