IPStack - Reworking of network device API
[tpg/acess2.git] / Usermode / Applications / ifconfig_src / main.c
index 334ea13..bbb8666 100644 (file)
@@ -134,7 +134,6 @@ int main(int argc, char *argv[])
                        PrintUsage(argv[0]);
                        return -1;
                }
-               // TODO: Also set the IP address as the usage says it does
                ret = AddInterface( argv[2] );
                if(ret < 0)     return ret;
                ret = SetAddress( ret, argv[3] );

UCC git Repository :: git.ucc.asn.au