- correcting some AUTO-merge faults
This commit is contained in:
parent
0aac6cf2be
commit
b744c01dc0
1 changed files with 2 additions and 1 deletions
|
@ -169,10 +169,11 @@ int network_shutdown(void)
|
|||
#elif defined(CONFIG_PCI)
|
||||
dhcp_release(default_netif);
|
||||
dhcp_stop(default_netif);
|
||||
#endif
|
||||
|
||||
mem_free(default_netif);
|
||||
default_netif = NULL;
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue