svn commit: samba r17533 - in branches/SAMBA_4_0/source/param: .
metze at samba.org
metze at samba.org
Mon Aug 14 09:58:50 GMT 2006
Author: metze
Date: 2006-08-14 09:58:50 +0000 (Mon, 14 Aug 2006)
New Revision: 17533
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17533
Log:
add missing include, so that "socket options = TCP_NODELY" as
default can work...
metze
Modified:
branches/SAMBA_4_0/source/param/loadparm.c
Changeset:
Modified: branches/SAMBA_4_0/source/param/loadparm.c
===================================================================
--- branches/SAMBA_4_0/source/param/loadparm.c 2006-08-14 09:52:58 UTC (rev 17532)
+++ branches/SAMBA_4_0/source/param/loadparm.c 2006-08-14 09:58:50 UTC (rev 17533)
@@ -59,6 +59,7 @@
#include "pstring.h"
#include "system/time.h"
#include "system/locale.h"
+#include "system/network.h" /* needed for TCP_NODELAY */
#include "librpc/gen_ndr/svcctl.h"
#include "librpc/gen_ndr/samr.h"
#include "smb_server/smb_server.h"
More information about the samba-cvs
mailing list