Subversion Repositories HelenOS-historic

Rev

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

Rev 1646 Rev 1648
Line 919... Line 919...
919
        case IPC_M_PHONE_HUNGUP:
919
        case IPC_M_PHONE_HUNGUP:
920
            client_connected = 0;
920
            client_connected = 0;
921
            /* cleanup other viewports */
921
            /* cleanup other viewports */
922
            for (i=1; i < MAX_VIEWPORTS; i++)
922
            for (i=1; i < MAX_VIEWPORTS; i++)
923
                vport->initialized = 0;
923
                vport->initialized = 0;
924
            ipc_answer_fast(callid,0,0,0);
-
 
925
            return; /* Exit thread */
924
            return; /* Exit thread */
926
 
925
 
927
        case FB_PUTCHAR:
926
        case FB_PUTCHAR:
928
        case FB_TRANS_PUTCHAR:
927
        case FB_TRANS_PUTCHAR:
929
            c = IPC_GET_ARG1(call);
928
            c = IPC_GET_ARG1(call);