diff options
Diffstat (limited to 'src/cmd/socksfs')
-rw-r--r-- | src/cmd/socksfs/socksfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/socksfs/socksfs.c b/src/cmd/socksfs/socksfs.c index 4f530f4..9469d0c 100644 --- a/src/cmd/socksfs/socksfs.c +++ b/src/cmd/socksfs/socksfs.c @@ -70,7 +70,6 @@ fs_open(char *path, int flags) { * 0x01 one authentication method: * 0x00 no auth */ char buf[512]; - sleep(1); // TODO fix the netstack write(h->sock, "\x05\x01\x00", 3); errno = EGENERIC; |