[Asterisk-cvs] asterisk/channels chan_h323.c,1.128,1.129

jeremy jeremy
Thu Sep 15 12:59:39 CDT 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv12730

Modified Files:
	chan_h323.c 
Log Message:
I swore this compiled. Honest, officer

Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- chan_h323.c	15 Sep 2005 15:44:26 -0000	1.128
+++ chan_h323.c	15 Sep 2005 16:58:02 -0000	1.129
@@ -350,7 +350,7 @@
 	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);




More information about the svn-commits mailing list