git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8688 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-05-27 04:34:23 +00:00
parent 263b226665
commit 9bbcabbbdd
3 changed files with 21 additions and 21 deletions

View File

@ -56,7 +56,7 @@ static switch_status_t switch_core_db_persistant_execute_trans(switch_core_db_t
retries = 1000;
}
again:
again:
while (begin_retries > 0) {
again = 0;
@ -107,7 +107,7 @@ static switch_status_t switch_core_db_persistant_execute_trans(switch_core_db_t
}
}
done:
done:
switch_core_db_exec(db, "end transaction", NULL, NULL, NULL);