[asterisk-commits] mmichelson: branch 11 r410606 - /branches/11/main/db.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Mar 14 15:53:08 CDT 2014
Author: mmichelson
Date: Fri Mar 14 15:53:02 2014
New Revision: 410606
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=410606
Log:
Remove an extra ast_cond_wait() that slipped through the patch.
Modified:
branches/11/main/db.c
Modified: branches/11/main/db.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/main/db.c?view=diff&rev=410606&r1=410605&r2=410606
==============================================================================
--- branches/11/main/db.c (original)
+++ branches/11/main/db.c Fri Mar 14 15:53:02 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