fix compilings warings
[reactos.git] / reactos / apps / utils / net / route / route.c
index 67c4838..865d6dc 100644 (file)
@@ -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];