Subversion Repositories HelenOS

Rev

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

Rev 2548 Rev 2549
Line 287... Line 287...
287
        ipc_hangup(fs_info->phone);
287
        ipc_hangup(fs_info->phone);
288
        free(fs_info);
288
        free(fs_info);
289
        ipc_answer_fast(callid, EINVAL, 0, 0);
289
        ipc_answer_fast(callid, EINVAL, 0, 0);
290
        ipc_answer_fast(rid, EINVAL, 0, 0);
290
        ipc_answer_fast(rid, EINVAL, 0, 0);
291
        return;
291
        return;
292
       
-
 
293
    }
292
    }
294
 
293
 
295
    /*
294
    /*
296
     * Commit to read-only sharing the PLB with the client.
295
     * Commit to read-only sharing the PLB with the client.
297
     */
296
     */