News
Idefisk
Tools
Tutorials
Forum
Reviews
VoIP Providers
Archives
Gallery
Online Help Desk
AsteriskGuru Archives
Mailing List Archives
FAQ
Search
Memberlist
Usergroups
Register
Profile
Log in to check your private messages
Log 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
Posted: 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:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
AsteriskGuru Archives Forum Index
->
Asterisk-CVS
All times are GMT
Page
1
of
1
Jump to:
Select a forum
Asterisk Mailing Lists
----------------
Asterisk-Users
Asterisk-Dev
Asterisk-CVS
Asterisk-Biz
Asterisk-Doc
Asterisk-BSD
Asterisk-Announce
Asterisk Call Centers
Asterisk-Video
Asterisk-Speech-Rec
Bristuff-Users
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