I swore this compiled. Honest, officer

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6620 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Jeremy McNamara 20 years ago
parent 29bdd1b424
commit 59e784c96a

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

Loading…
Cancel
Save