mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:46:29 +00:00
- Comment out this unused code until I can get the headers sorted out in my WC
svn path=/trunk/; revision=43771
This commit is contained in:
parent
5a3d389400
commit
ddeb261349
1 changed files with 2 additions and 1 deletions
|
@ -15,13 +15,14 @@ TDI_STATUS SetAddressFileInfo(TDIObjectID *ID,
|
||||||
{
|
{
|
||||||
switch (ID->toi_id)
|
switch (ID->toi_id)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
case AO_OPTION_TTL:
|
case AO_OPTION_TTL:
|
||||||
if (BufferSize < sizeof(UCHAR))
|
if (BufferSize < sizeof(UCHAR))
|
||||||
return TDI_INVALID_PARAMETER;
|
return TDI_INVALID_PARAMETER;
|
||||||
|
|
||||||
AddrFile->TTL = *((PUCHAR)Buffer);
|
AddrFile->TTL = *((PUCHAR)Buffer);
|
||||||
return TDI_SUCCESS;
|
return TDI_SUCCESS;
|
||||||
|
#endif
|
||||||
default:
|
default:
|
||||||
DbgPrint("Unimplemented option %x\n", ID->toi_id);
|
DbgPrint("Unimplemented option %x\n", ID->toi_id);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue