mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
- Display a temporary note in ipconfig to avoid user confusion.
- Requires fixing of GetAdaptersInfo svn path=/trunk/; revision=20558
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user