Changeset c8b9f88 in mainline


Ignore:
Timestamp:
2009-06-04T11:54:02Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1035437
Parents:
99272a3
Message:

add forgotten answer in case of an error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/console/console.c

    r99272a3 rc8b9f88  
    529529                pending_input_t *pr = (pending_input_t *) malloc(sizeof(pending_input_t));
    530530                if (!pr) {
     531                        ipc_answer_0(callid, ENOMEM);
    531532                        ipc_answer_0(rid, ENOMEM);
    532533                        free(buf);
Note: See TracChangeset for help on using the changeset viewer.