mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 20:51:37 +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)
|
||||
{
|
||||
#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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue