summaryrefslogtreecommitdiff
path: root/gio/gdbusauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gdbusauth.c')
-rw-r--r--gio/gdbusauth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/gdbusauth.c b/gio/gdbusauth.c
index c430f0cf0..74c178dbf 100644
--- a/gio/gdbusauth.c
+++ b/gio/gdbusauth.c
@@ -960,7 +960,7 @@ _g_dbus_auth_run_server (GDBusAuth *auth,
g_set_error (error,
G_IO_ERROR,
G_IO_ERROR_FAILED,
- "The given guid '%s' is not valid",
+ "The given GUID '%s' is not valid",
guid);
goto out;
}
@@ -1007,6 +1007,7 @@ _g_dbus_auth_run_server (GDBusAuth *auth,
g_propagate_error (error, local_error);
goto out;
}
+ g_clear_error (&local_error);
}
else
{