mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
fix compilings warings
svn path=/trunk/; revision=15619
This commit is contained in:
parent
522e3d74e0
commit
e9c01796ad
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ int usage() {
|
|||
}
|
||||
|
||||
int print_routes() {
|
||||
PMIB_IPFORWARDTABLE IpForwardTable;
|
||||
PMIB_IPFORWARDTABLE IpForwardTable = NULL;
|
||||
DWORD Error;
|
||||
ULONG Size = 0;
|
||||
char Destination[IPBUF], Gateway[IPBUF], Netmask[IPBUF];
|
||||
|
|
Loading…
Reference in a new issue