next part of ipv6-ization. mostly netcat.
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c
index 51e2302..0e2d417 100644
--- a/networking/ftpgetput.c
+++ b/networking/ftpgetput.c
@@ -88,7 +88,7 @@
 	*buf_ptr = '\0';
 	port_num += xatoul_range(buf_ptr + 1, 0, 255) * 256;
 
-	set_port(server->lsa, htons(port_num));
+	set_nport(server->lsa, htons(port_num));
 	return xconnect_stream(server->lsa);
 }