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

(-)a/src/ibusshare.c (-1 / +5 lines)
Lines 41-47 ibus_get_local_machine_id (void) Link Here
41
41
42
    if (machine_id == NULL) {
42
    if (machine_id == NULL) {
43
        GError *error = NULL;
43
        GError *error = NULL;
44
        if (!g_file_get_contents ("/var/lib/dbus/machine-id",
44
        if (!g_file_get_contents ("/etc/machine-id",
45
                                  &machine_id,
46
                                  NULL,
47
                                  NULL) &&
48
            !g_file_get_contents ("/var/lib/dbus/machine-id",
45
                                  &machine_id,
49
                                  &machine_id,
46
                                  NULL,
50
                                  NULL,
47
                                  &error)) {
51
                                  &error)) {

Return to bug 390463