mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
I swore this compiled. Honest, officer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6620 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -350,7 +350,7 @@ static int oh323_digit(struct ast_channel *c, char digit)
|
||||
char *token;
|
||||
|
||||
if (!pvt) {
|
||||
ast_log(LOG_ERROR, "No private structure?! This is bad\n";
|
||||
ast_log(LOG_ERROR, "No private structure?! This is bad\n)";
|
||||
return -1;
|
||||
}
|
||||
ast_mutex_lock(&pvt->lock);
|
||||
|
Reference in New Issue
Block a user