Corrected #if ... when to include copy_from_pbuf()

This commit is contained in:
goldsimon 2007-06-08 22:20:59 +00:00
parent c028619cdd
commit 3a09de82e3

View File

@ -59,7 +59,7 @@ static u8_t ip_reassflags;
static u8_t ip_reasstmr;
#endif /* IP_REASSEMBLY */
#if IP_REASSEMBLY || IP_FRAG_USES_STATIC_BUF
#if IP_REASSEMBLY || (IP_FRAG && IP_FRAG_USES_STATIC_BUF)
/*
* Copy len bytes from offset in pbuf to buffer
*