Changeset 5be5396 in mainline for uspace/lib/console/src/con_srv.c


Ignore:
Timestamp:
2024-10-11T16:08:55Z (9 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
b3b79981
Parents:
fb06afd8
Message:

Remcons needs to properly clean up when terminating a user session

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/console/src/con_srv.c

    rfb06afd8 r5be5396  
    466466                }
    467467
    468                 if (!received)
     468                if (!received || srv->srvs->aborted)
    469469                        break;
    470470
Note: See TracChangeset for help on using the changeset viewer.