diff --git a/commands/ftp101/net.c b/commands/ftp101/net.c index b2c9e87dc..a112e4439 100644 --- a/commands/ftp101/net.c +++ b/commands/ftp101/net.c @@ -352,7 +352,7 @@ int wasopen; if(passive) { /* passive mode we connect to them */ - tcplopt.nwtcl_flags = 0; + tcpcopt.nwtcl_flags = 0; #ifdef DEBUG printf("Doing TCPCONN\n"); #endif