зеркало из https://github.com/github/putty.git
Ahem. Well, the complicated Unix implementation of
platform_new_connection() worked fine, but the really simple stub version for the other ports fell over horribly because I got its name wrong. NEVER ASSUME YOU'VE DONE THE EASY BIT RIGHT. [originally from svn r3166]
This commit is contained in:
Родитель
24d6da8041
Коммит
ef53af1e8d
8
pproxy.c
8
pproxy.c
|
@ -8,10 +8,10 @@
|
|||
#include "network.h"
|
||||
#include "proxy.h"
|
||||
|
||||
Socket new_connection(SockAddr addr, char *hostname,
|
||||
int port, int privport,
|
||||
int oobinline, int nodelay, Plug plug,
|
||||
const Config *cfg)
|
||||
Socket platform_new_connection(SockAddr addr, char *hostname,
|
||||
int port, int privport,
|
||||
int oobinline, int nodelay, Plug plug,
|
||||
const Config *cfg)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче