mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 15:26:43 +00:00
Fix missing NetConfigure call.
This commit is contained in:
parent
10a5876ce7
commit
cea590ba55
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
Cd(__DIR__);;
|
Cd(__DIR__);;
|
||||||
#include "Load"
|
#include "Load"
|
||||||
I64 retries = 5;
|
I64 retries = 5;
|
||||||
|
NetConfigure;
|
||||||
while (ipv4_globals.local_ip == 0 && retries--) // local_ip is set if NetConfigure is successful
|
while (ipv4_globals.local_ip == 0 && retries--) // local_ip is set if NetConfigure is successful
|
||||||
{
|
{
|
||||||
"\nNetConfigure unsuccessful. Retrying...\n";
|
"\nNetConfigure unsuccessful. Retrying...\n";
|
||||||
|
|
Loading…
Reference in a new issue