- Display a temporary note in ipconfig to avoid user confusion.

- Requires fixing of GetAdaptersInfo 

svn path=/trunk/; revision=20558
This commit is contained in:
Ged Murphy
2006-01-03 23:41:57 +00:00
parent 807dd25391
commit 4ac1eae8cf
+5 -3
View File
@@ -144,12 +144,14 @@ INT ShowInfo(BOOL bAll)
}
pAdapter = pAdapterInfo;
//HKEY hKey;
//LPCTSTR lpSubKey = _T("SYSTEM\\ControlSet\\Control\\Network");
/* temp note until GetAdatersInfo is fixed */
_tprintf(_T("Note - ipconfig is currently returning incorrect information\n"));
_tprintf(_T("If your adapter is configured correctly, it will usually \n"));
_tprintf(_T("display the loopback, otherwise an error will be displayed\n\n"));
_tprintf(_T("\nReactOS IP Configuration\n\n"));
if (bAll)
{
_tprintf(_T("\tHost Name . . . . . . . . . . . . : %s\n"), pFixedInfo->HostName);