/[lwip]/lwip/src/core/pbuf.c
ViewVC logotype

Diff of /lwip/src/core/pbuf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.75 by likewise, Mon Dec 27 14:42:02 2004 UTC revision 1.76 by likewise, Tue Jan 4 12:20:25 2005 UTC
# Line 732  pbuf_queue(struct pbuf *p, struct pbuf * Line 732  pbuf_queue(struct pbuf *p, struct pbuf *
732    LWIP_ASSERT("n == NULL in pbuf_queue: this indicates a programmer error\n", n != NULL);    LWIP_ASSERT("n == NULL in pbuf_queue: this indicates a programmer error\n", n != NULL);
733    LWIP_ASSERT("p == n in pbuf_queue: this indicates a programmer error\n", p != n);    LWIP_ASSERT("p == n in pbuf_queue: this indicates a programmer error\n", p != n);
734    if ((p == NULL) || (n == NULL) || (p == n)){    if ((p == NULL) || (n == NULL) || (p == n)){
735      LWIP_DEBUGF(PBUF_DEBUG | DBG_HALT | 3, ("pbuf_queue: programmer argument error\n"))      LWIP_DEBUGF(PBUF_DEBUG | DBG_HALT | 3, ("pbuf_queue: programmer argument error\n"));
736      return;      return;
737    }    }
738    

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26