[asterisk-commits] mmichelson: branch 12 r410607 - in /branches/12: ./ main/db.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Mar 14 15:53:38 CDT 2014


Author: mmichelson
Date: Fri Mar 14 15:53:35 2014
New Revision: 410607

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=410607
Log:
Remove an extra ast_cond_wait() that slipped through the patch.
........

Merged revisions 410606 from http://svn.asterisk.org/svn/asterisk/branches/11

Modified:
    branches/12/   (props changed)
    branches/12/main/db.c

Propchange: branches/12/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.

Modified: branches/12/main/db.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/main/db.c?view=diff&rev=410607&r1=410606&r2=410607
==============================================================================
--- branches/12/main/db.c (original)
+++ branches/12/main/db.c Fri Mar 14 15:53:35 2014
@@ -967,8 +967,6 @@
 			ast_cond_wait(&dbcond, &dblock);
 		}
 		dosync = 0;
-		/* We're ok with spurious wakeups, so we don't worry about a predicate */
-		ast_cond_wait(&dbcond, &dblock);
 		if (ast_db_commit_transaction()) {
 			ast_db_rollback_transaction();
 		}




More information about the asterisk-commits mailing list