summaryrefslogtreecommitdiff
path: root/libftpconn
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-08-11 15:49:58 +0000
committerThomas Bushnell <thomas@gnu.org>1999-08-11 15:49:58 +0000
commit61f93e11f052ae594c92662e2c49852db9ac3e9d (patch)
treefd9aa34354efd83d3111439056a666a021a6c49e /libftpconn
parentb3ff5413cc9e383af97fd3dfd41f8a323740e092 (diff)
*** empty log message ***
Diffstat (limited to 'libftpconn')
-rw-r--r--libftpconn/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libftpconn/open.c b/libftpconn/open.c
index d8a0a09a..f52bf4d0 100644
--- a/libftpconn/open.c
+++ b/libftpconn/open.c
@@ -224,7 +224,7 @@ ftp_conn_open (struct ftp_conn *conn)
if (!err && !conn->syshooks_valid)
/* Try again now. */
- ftp_conn_sysify (conn);
+ err = ftp_conn_sysify (conn);
if (!err && conn->type)
/* Set the connection type. */