Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/conn.c

    r8a637a4 r204ba47  
    12231223                rc = amap_insert(amap, &conn->ident, conn, af_allow_system, &aepp);
    12241224                if (rc != EOK) {
    1225                         assert(rc != EEXIST);
     1225                        assert(rc != EEXISTS);
    12261226                        assert(rc == ENOMEM);
    12271227                        log_msg(LOG_DEFAULT, LVL_ERROR, "Out of memory.");
Note: See TracChangeset for help on using the changeset viewer.