another one



Another bug in xdmcp, from Herbert Xu:

--- daemon/xdmcp.c.orig Tue Jul 18 14:49:48 2000
+++ daemon/xdmcp.c      Tue Jul 18 14:48:33 2000
@@ -493,8 +493,8 @@
     g_free(disp_sa);
     /* Cleanup */
     XdmcpDisposeARRAYofARRAY8 (&clnt_authlist);
-    XdmcpDisposeARRAYofARRAY8 (&clnt_port);
-    XdmcpDisposeARRAYofARRAY8 (&clnt_addr);
+    XdmcpDisposeARRAY8 (&clnt_port);
+    XdmcpDisposeARRAY8 (&clnt_addr);
 }

-- 
Ryan Murray, (rmurray cyberhqz com, rmurray debian org, rmurray stormix com)
Programmer, Stormix Technologies Inc., Debian Developer
The opinions expressed here are my own.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]