Subversion Repositories HelenOS-historic

Rev

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

Rev 1573 Rev 1591
Line 490... Line 490...
490
{
490
{
491
    phone_t *phone;
491
    phone_t *phone;
492
 
492
 
493
    GET_CHECK_PHONE(phone, phoneid, return ENOENT);
493
    GET_CHECK_PHONE(phone, phoneid, return ENOENT);
494
 
494
 
495
    if (ipc_phone_hangup(phone, 0))
495
    if (ipc_phone_hangup(phone))
496
        return -1;
496
        return -1;
497
 
497
 
498
    return 0;
498
    return 0;
499
}
499
}
500
 
500