Copy from home:vuntz:branches:GNOME:Factory/gdm via accept of submit request 21202 revision 2. Request was accepted with message: Thanks for the submission. OBS-URL: https://build.opensuse.org/request/show/21202 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=96
14 lines
347 B
Diff
14 lines
347 B
Diff
Index: gdm-2.28.0/daemon/gdm-slave.c
|
|
===================================================================
|
|
--- gdm-2.28.0.orig/daemon/gdm-slave.c
|
|
+++ gdm-2.28.0/daemon/gdm-slave.c
|
|
@@ -836,6 +836,8 @@ gdm_slave_parse_enriched_login (GdmSlave
|
|
} else {
|
|
return (g_strdup (username));
|
|
}
|
|
+
|
|
+ return NULL;
|
|
}
|
|
|
|
gboolean
|