Subversion Repositories HelenOS-historic

Rev

Rev 1610 | Rev 1630 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1610 Rev 1616
Line 369... Line 369...
369
                break;
369
                break;
370
            }
370
            }
371
           
371
           
372
            /* Commit hangup */
372
            /* Commit hangup */
373
            ipc_answer_fast(callid, 0,0,0);
373
            ipc_answer_fast(callid, 0,0,0);
-
 
374
            conn->used = 0;
374
            async_serialize_end();
375
            async_serialize_end();
375
            return;
376
            return;
376
        case CONSOLE_PUTCHAR:
377
        case CONSOLE_PUTCHAR:
377
            write_char(consnum, IPC_GET_ARG1(call));
378
            write_char(consnum, IPC_GET_ARG1(call));
378
            gcons_notify_char(consnum);
379
            gcons_notify_char(consnum);