Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 762253
Collapse All | Expand All

(-)a/ext/socket/sockssocket.c (-1 / +1 lines)
Lines 34-40 Link Here
34
	init = 1;
34
	init = 1;
35
    }
35
    }
36
36
37
    return rsock_init_inetsock(sock, host, port, Qnil, Qnil, INET_SOCKS, Qnil);
37
    return rsock_init_inetsock(sock, host, port, Qnil, Qnil, INET_SOCKS, Qnil, Qnil);
38
}
38
}
39
39
40
#ifdef SOCKS5
40
#ifdef SOCKS5

Return to bug 762253