From e340f98fca07c5e3daf53f5b207d2ed0802c162e Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Thu, 5 Jan 2006 23:43:49 +0000 Subject: [PATCH] =?utf8?q?Remove=20the=20temp=20note.=20G=C3=A9=20is=20on?= =?utf8?q?=20fire=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=20599 --- reactos/apps/utils/net/ipconfig/ipconfig.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/reactos/apps/utils/net/ipconfig/ipconfig.c b/reactos/apps/utils/net/ipconfig/ipconfig.c index a5ade952a94..8c0c4125964 100644 --- a/reactos/apps/utils/net/ipconfig/ipconfig.c +++ b/reactos/apps/utils/net/ipconfig/ipconfig.c @@ -145,11 +145,6 @@ INT ShowInfo(BOOL bAll) pAdapter = pAdapterInfo; - /* 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) -- 2.17.1