summaryrefslogtreecommitdiff
path: root/libftpconn
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-08-19 19:48:14 +0000
committerMiles Bader <miles@gnu.org>1997-08-19 19:48:14 +0000
commit47220adbe3a319a3c0415e26533e58f95c5d7600 (patch)
tree09d2040c83e3292e41ad869fd40ccb037a17386d /libftpconn
parent1632beb77a0e274d6de55e4a570eb450c6a860cc (diff)
(ftp_conn_create):
Initialize the SYSHOOKS_VALID field.
Diffstat (limited to 'libftpconn')
-rw-r--r--libftpconn/create.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libftpconn/create.c b/libftpconn/create.c
index fa55c9de..7ceda517 100644
--- a/libftpconn/create.c
+++ b/libftpconn/create.c
@@ -49,6 +49,7 @@ ftp_conn_create (const struct ftp_conn_params *params,
new->reply_txt_sz = 0;
new->params = params;
new->hooks = hooks;
+ new->syshooks_valid = 0;
new->cwd = 0;
new->type = 0;
bzero (&new->syshooks, sizeof new->syshooks);