Bugzilla – Attachment 387531 Details for
Bug 637069
gdm: Unable to Connect with XDMCP (thin clients)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
Second patch
gdm-random-fill2.patch (text/plain), 796 bytes, created by
Forgotten User 4avjVdS62U
on 2010-09-03 18:19:26 UTC
(
hide
)
Description:
Second patch
Filename:
MIME Type:
Creator:
Forgotten User 4avjVdS62U
Created:
2010-09-03 18:19:26 UTC
Size:
796 bytes
patch
obsolete
>diff --git a/gui/simple-chooser/gdm-host-chooser-widget.c b/gui/simple-chooser/gdm-host-chooser-widget.c >index 352c1e2..3e8a2e2 100644 >--- a/gui/simple-chooser/gdm-host-chooser-widget.c >+++ b/gui/simple-chooser/gdm-host-chooser-widget.c >@@ -207,13 +207,13 @@ decode_packet (GIOChannel *sou > if ( ! (condition & G_IO_IN)) { > return TRUE; > } >+ ss_len = (int) sizeof (clnt_ss); > > res = XdmcpFill (widget->priv->socket_fd, &buf, (XdmcpNetaddr)&clnt_ss, &ss_len); > if G_UNLIKELY (! res) { > g_debug (_("XDMCP: Could not create XDMCP buffer!")); > return TRUE; > } >- ss_len = (int)gdm_sockaddr_len (&clnt_ss); > > res = XdmcpReadHeader (&buf, &header); > if G_UNLIKELY (! res) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 637069
:
387530
| 387531 |
387532