summaryrefslogtreecommitdiff
path: root/libftpconn/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'libftpconn/open.c')
-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. */