From a87fb09763757fe8b960a4d73ed6379df11a72c9 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 17 Jan 2005 01:36:48 +0000 Subject: [PATCH] typo git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4818 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_agi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_agi.c b/res/res_agi.c index e095668090..8f96c8ca29 100755 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -119,7 +119,7 @@ static int launch_netscript(char *agiurl, char *argv[], int *fds, int *efd, int 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; -- 2.47.2