aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-09 09:01:40 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-09 09:01:40 +0000
commita985c15efe6b830411599a30b834bc6a5a8430ee (patch)
treea352d30280b4548138c2f5ce592341587def7211 /res/res_agi.c
parent57cd004b476d10dcac1ee5940b90e2a5abc5c288 (diff)
Various small fixups
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4725 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_agi.c')
-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;