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:
Jeremy McNamara 2003-12-07 19:25:30 +00:00
parent cb161e634c
commit 64d595c1c0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}