ok wtf, no compiler error here

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6621 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Jeremy McNamara 21 years ago
parent 59e784c96a
commit 9ce1402c8b

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