mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Added calls to INIT_TAG for better debugging messages.
svn path=/trunk/; revision=3553
This commit is contained in:
parent
44572b3e1e
commit
e7c419950d
1 changed files with 3 additions and 0 deletions
|
@ -304,6 +304,9 @@ PFIB_ENTRY RouterAddRoute(
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
INIT_TAG(NTE, TAG('N','T','E',' '));
|
||||||
|
INIT_TAG(Router, TAG('R','O','U','T'));
|
||||||
|
|
||||||
FIBE->Free = FreeFIB;
|
FIBE->Free = FreeFIB;
|
||||||
FIBE->NetworkAddress = NetworkAddress;
|
FIBE->NetworkAddress = NetworkAddress;
|
||||||
FIBE->Netmask = Netmask;
|
FIBE->Netmask = Netmask;
|
||||||
|
|
Loading…
Reference in a new issue