Skip to content

Commit 2fc5eb2

Browse files
mshawcroftTomasz Bursztyka
authored andcommitted
net/dhcpv4: Re-instate init_app()
Re-instate the init_app()call which was accidentally removed by commit commit 34f9391c9cf5 ("dhcpv4: Report address acquisition.") Change-Id: Ic5ef70fd855a5bcb3ea1171de652994db493f4bb Signed-off-by: Marcus Shawcroft <[email protected]>
1 parent c538bb6 commit 2fc5eb2

File tree

1 file changed

+2
-0
lines changed
  • samples/net/dhcpv4_client/src

1 file changed

+2
-0
lines changed

samples/net/dhcpv4_client/src/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,7 @@ void main(void)
7979
{
8080
NET_INFO("In main");
8181

82+
init_app();
83+
8284
main_fiber();
8385
}

0 commit comments

Comments
 (0)