mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
fix a minor typo from brian
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1837 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -88,7 +88,7 @@ static int odbc_log(struct ast_cdr *cdr)
|
||||
if ((!clid) || (!dcontext) || (!channel) || (!dstchannel) || (!lastapp) || (!lastdata) || (!uniqueid))
|
||||
{
|
||||
ast_log(LOG_ERROR, "cdr_odbc: Out of memory error (insert fails)\n");
|
||||
ast_mutex_unlock(&odbc_locl);
|
||||
ast_mutex_unlock(&odbc_lock);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user