This port represents unstable, development Samba branch. PR: 24808 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
12 lines
263 B
Text
12 lines
263 B
Text
--- lib/util_sock.c.orig Fri Feb 2 12:09:17 2001
|
|
+++ lib/util_sock.c Fri Feb 2 12:09:36 2001
|
|
@@ -28,6 +28,9 @@
|
|
extern int sslFd;
|
|
#endif /* WITH_SSL */
|
|
|
|
+#undef MSG_WAITALL
|
|
+#define MSG_WAITALL 0
|
|
+
|
|
extern int DEBUGLEVEL;
|
|
|
|
/* the last IP received from */
|