summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-09 09:01:40 +0000
committerMark Spencer <markster@digium.com>2005-01-09 09:01:40 +0000
commit7af0234fa7b0aff6e7130ad0a13f85fae8fe0a77 (patch)
treea352d30280b4548138c2f5ce592341587def7211 /res
parent03458dc73ab639bdc69d39f6026492c60fc40148 (diff)
Various small fixups
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4725 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res')
-rwxr-xr-xres/res_agi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index 88c259c01..37a0421b7 100755
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -121,7 +121,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;