/[lwip]/lwip/src/api/api_lib.c
ViewVC logotype

Diff of /lwip/src/api/api_lib.c

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

revision 1.13 by likewise, Thu May 1 13:24:01 2003 UTC revision 1.14 by jani, Mon May 19 14:41:54 2003 UTC
# Line 511  netconn_recv(struct netconn *conn) Line 511  netconn_recv(struct netconn *conn)
511        if (conn->callback)        if (conn->callback)
512          (*conn->callback)(conn, NETCONN_EVT_RCVMINUS, len);          (*conn->callback)(conn, NETCONN_EVT_RCVMINUS, len);
513    
514      /* If we are closed, we indicate that we no longer wish to recieve      /* If we are closed, we indicate that we no longer wish to receive
515         data by setting conn->recvmbox to SYS_MBOX_NULL. */         data by setting conn->recvmbox to SYS_MBOX_NULL. */
516      if (p == NULL) {      if (p == NULL) {
517        memp_freep(MEMP_NETBUF, buf);        memp_freep(MEMP_NETBUF, buf);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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