]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
typo
authorRussell Bryant <russell@russellbryant.com>
Mon, 17 Jan 2005 01:36:48 +0000 (01:36 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 17 Jan 2005 01:36:48 +0000 (01:36 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4818 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_agi.c

index e095668090090a920a8071e30b62e438c74ec4c3..8f96c8ca2912a642ccc461fadd34e9c3e44e0494 100755 (executable)
@@ -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;