Skip to content

Commit 0407890

Browse files
committed
Bad call to connect.
Getting permissions issues but this at least needs to be fixed. If I remove the safun things work. Need to play with it and figure out how to fix it properly.
1 parent 4a251ea commit 0407890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sys/daemons/ftp_data.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void close(varargs int force) {
5555

5656
void start_connection(string ip, int port, int type) {
5757
secure();
58-
unguarded("connect", ip, port, "tcp");
58+
unguarded("connect", ip, port);
5959
}
6060

6161
void send_data(mixed data) {

0 commit comments

Comments
 (0)