Changes in uspace/srv/net/tcp/conn.c [204ba47:8a637a4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/conn.c
r204ba47 r8a637a4 1223 1223 rc = amap_insert(amap, &conn->ident, conn, af_allow_system, &aepp); 1224 1224 if (rc != EOK) { 1225 assert(rc != EEXIST S);1225 assert(rc != EEXIST); 1226 1226 assert(rc == ENOMEM); 1227 1227 log_msg(LOG_DEFAULT, LVL_ERROR, "Out of memory.");
Note:
See TracChangeset
for help on using the changeset viewer.