[Asterisk-cvs] asterisk/res res_agi.c,1.23,1.24

markster at lists.digium.com markster at lists.digium.com
Sun Jan 9 02:57:16 CST 2005


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

Modified Files:
	res_agi.c 
Log Message:
Various small fixups


Index: res_agi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_agi.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- res_agi.c	8 Jan 2005 19:35:20 -0000	1.23
+++ res_agi.c	9 Jan 2005 09:01:40 -0000	1.24
@@ -121,7 +121,7 @@
 	struct pollfd pfds[1];
 	char *host;
 	char *c; int port = AGI_PORT;
-	char *script;
+	char *script="";
 	struct sockaddr_in sin;
 	struct hostent *hp;
 	struct ast_hostent ahp;




More information about the svn-commits mailing list