Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 585994
Collapse All | Expand All

(-)spice-vdagent-0.17.0-orig/src/dummy-session-info.c (+5 lines)
Lines 50-55 Link Here
50
    return FALSE;
50
    return FALSE;
51
}
51
}
52
52
53
gboolean session_info_session_is_locked(struct session_info *ck)
54
{
55
    return FALSE;
56
}
57
53
gboolean session_info_is_user(struct session_info *si)
58
gboolean session_info_is_user(struct session_info *si)
54
{
59
{
55
    return TRUE;
60
    return TRUE;

Return to bug 585994