mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-07 15:04:39 +08:00
Added ip_frag_init() to ip_init().
This commit is contained in:
parent
c89b085e5b
commit
dd060ceed3
@ -67,7 +67,9 @@
|
|||||||
void
|
void
|
||||||
ip_init(void)
|
ip_init(void)
|
||||||
{
|
{
|
||||||
/* no initializations as of yet */
|
#if IP_FRAG
|
||||||
|
ip_frag_init();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user