From: Russell Bryant Date: Mon, 17 Jan 2005 01:36:48 +0000 (+0000) Subject: typo X-Git-Tag: 1.0.11.1~263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a87fb09763757fe8b960a4d73ed6379df11a72c9;p=thirdparty%2Fasterisk.git typo git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4818 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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;