diff options
Diffstat (limited to '')
-rw-r--r-- | route.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1530,7 +1530,7 @@ get_default_gateway (in_addr_t *gateway, in_addr_t *netmask) *gateway = best_gw; if (netmask) { - *netmask = 0xFFFFFF00; // FIXME -- get the real netmask of the adapter containing the default gateway + *netmask = 0xFFFFFF00; /* FIXME -- get the real netmask of the adapter containing the default gateway */ } ret = true; } |