From 61b4ce7aef53ab82bdc5bc214e50c1891e097c11 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 21 Jan 2002 23:36:47 +0000 Subject: Removed freebsd hack. Not correct. Jeremy. --- source/lib/util_sock.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/lib/util_sock.c b/source/lib/util_sock.c index 10ed2aaa0b7..6de09553e0c 100644 --- a/source/lib/util_sock.c +++ b/source/lib/util_sock.c @@ -681,11 +681,7 @@ BOOL receive_smb(int fd,char *buffer, unsigned int timeout) } if(len > 0) { -#ifdef FREEBSD_TCP_BUG - ret = read_socket_with_timeout(fd,buffer+4,len,len,10000); -#else ret = read_socket_data(fd,buffer+4,len); -#endif if (ret != len) { smb_read_error = READ_ERROR; return False; -- cgit