projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove an extra ast_cond_wait() that slipped through the patch.
[asterisk/asterisk.git]
/
main
/
db.c
diff --git
a/main/db.c
b/main/db.c
index
011fe26
..
94583d6
100644
(file)
--- a/
main/db.c
+++ b/
main/db.c
@@
-967,8
+967,6
@@
static void *db_sync_thread(void *data)
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();
}