Fix mysql build issue

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1398 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-08-21 23:19:56 +00:00
parent 436f02d38a
commit 3f2e9d2e0d
2 changed files with 1 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ static int mysql_login(void)
ast_log(LOG_WARNING, "Error Logging into database\n");
return(-1);
}
pthread_mutex_init(&mysqllock, NULL);
ast_mutex_init(&mysqllock, NULL);
return(0);
}