Author: cgutman
Date: Mon Oct 26 04:28:43 2009
New Revision: 43771
URL:
http://svn.reactos.org/svn/reactos?rev=43771&view=rev
Log:
- Comment out this unused code until I can get the headers sorted out in my WC
Modified:
trunk/reactos/drivers/network/tcpip/tcpip/ainfo.c
Modified: trunk/reactos/drivers/network/tcpip/tcpip/ainfo.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/network/tcpip/tcpi…
==============================================================================
--- trunk/reactos/drivers/network/tcpip/tcpip/ainfo.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/network/tcpip/tcpip/ainfo.c [iso-8859-1] Mon Oct 26 04:28:43
2009
@@ -15,13 +15,14 @@
{
switch (ID->toi_id)
{
+#if 0
case AO_OPTION_TTL:
if (BufferSize < sizeof(UCHAR))
return TDI_INVALID_PARAMETER;
AddrFile->TTL = *((PUCHAR)Buffer);
return TDI_SUCCESS;
-
+#endif
default:
DbgPrint("Unimplemented option %x\n", ID->toi_id);