mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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;
|
||||
}
|
||||
|
||||
INIT_TAG(NTE, TAG('N','T','E',' '));
|
||||
INIT_TAG(Router, TAG('R','O','U','T'));
|
||||
|
||||
FIBE->Free = FreeFIB;
|
||||
FIBE->NetworkAddress = NetworkAddress;
|
||||
FIBE->Netmask = Netmask;
|
||||
|
|
Loading…
Reference in a new issue