[gdm] Make gdm_slave_setup_xhost_auth return void
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm] Make gdm_slave_setup_xhost_auth return void
- Date: Tue, 27 Apr 2010 13:47:45 +0000 (UTC)
commit 20a025b595a565b06aa1768a090cc5c8a9a64165
Author: Ray Strode <rstrode redhat com>
Date: Tue Apr 27 09:46:52 2010 -0400
Make gdm_slave_setup_xhost_auth return void
It was doing that anyway, just the function signature
was wrong.
daemon/gdm-slave.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gdm-slave.c b/daemon/gdm-slave.c
index 7acc5fb..eec611b 100644
--- a/daemon/gdm-slave.c
+++ b/daemon/gdm-slave.c
@@ -367,7 +367,7 @@ gdm_slave_set_busy_cursor (GdmSlave *slave)
}
}
-static gboolean
+static void
gdm_slave_setup_xhost_auth (XHostAddress *host_entries, XServerInterpretedAddress *si_entries)
{
si_entries[0].type = "localuser";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]