X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Flib%2Fnetcfgx%2Fnetcfgx.c;h=22cb4e023cf7b793e1ccf3499bf64d652235fc63;hp=821a8f9a6287344659e994780f57fcf561167ba6;hb=b797a71a803e7a6139afae649f97b4f131ff3ac1;hpb=f4167818e461e290f02be8bedec8ea11e8d4ea30;ds=sidebyside diff --git a/reactos/lib/netcfgx/netcfgx.c b/reactos/lib/netcfgx/netcfgx.c index 821a8f9a628..22cb4e023cf 100644 --- a/reactos/lib/netcfgx/netcfgx.c +++ b/reactos/lib/netcfgx/netcfgx.c @@ -346,6 +346,11 @@ NetClassInstaller( goto cleanup; } + /* HACK: hpoussin, Dec 2005. TCP/IP driver is not able to manage devices + * which are installed after its startup. So, we have to reboot to take + * this new netcard into account. + */ + MessageBox(NULL, TEXT("You need to reboot to finish the installation of your network card."), TEXT("Reboot required"), MB_OK | MB_ICONWARNING); rc = ERROR_SUCCESS; cleanup: