mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Added calls to INIT_TAG for better debugging messages.
svn path=/trunk/; revision=3553
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user