Skip to content
Snippets Groups Projects
Commit 64d595c1 authored by Jeremy McNamara's avatar Jeremy McNamara
Browse files

fix a minor typo from brian

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1837 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent cb161e63
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment