Fixed bug #41498 simhost unix project in lwip-contrib calls netif_init() twice.

This commit is contained in:
Simon Goldschmidt 2014-02-20 21:56:56 +01:00
parent 21e076cb56
commit bb3e70c860
1 changed files with 0 additions and 2 deletions

View File

@ -389,8 +389,6 @@ main_thread(void *arg)
#endif
LWIP_UNUSED_ARG(arg);
netif_init();
if(sys_sem_new(&sem, 0) != ERR_OK) {
LWIP_ASSERT("Failed to create semaphore", 0);
}