mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +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() {
|
int print_routes() {
|
||||||
PMIB_IPFORWARDTABLE IpForwardTable;
|
PMIB_IPFORWARDTABLE IpForwardTable = NULL;
|
||||||
DWORD Error;
|
DWORD Error;
|
||||||
ULONG Size = 0;
|
ULONG Size = 0;
|
||||||
char Destination[IPBUF], Gateway[IPBUF], Netmask[IPBUF];
|
char Destination[IPBUF], Gateway[IPBUF], Netmask[IPBUF];
|
||||||
|
|
Loading…
Reference in a new issue