mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-07 02:21:24 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user