[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    [igi-g@gmx.net: KDM: Wrong variable Name in backend/client.c]
From:       Igor Gilitschenski <igi-g () gmx ! net>
Date:       2001-06-16 10:05:19
[Download RAW message or body]


Hi,
Since kde-core-devel seemed to be the wrong list for my patch I
decided to send it to this one.
Hope that's okay.

Igor

----- Forwarded message from Igor Gilitschenski <igi-g@gmx.net> -----

Date: Fri, 15 Jun 2001 23:21:41 +0200
From: Igor Gilitschenski <igi-g@gmx.net>
To: kde-core-devel@master.kde.org
Subject: KDM: Wrong variable Name in backend/client.c
User-Agent: Mutt/1.2.5i


Hi,

I have found a wrong variable Name in kdebase/kdm/backend/client.c.
XAddHost was called with the not existing var named dpy.
I wrote a patch to fix this. I give now the pointer 'd' as parameter.
I hope all my stuff works, since this is my first contribution to KDE.
(And yes I've never wrote patches before :-)

Igor

-- 
Boykotiert Windows als Atomstromlieferant.
- Hohe strahlung (klicki bunti)
- Hohe Zerfallsrate (kapute Installationen)
- Niedrige Stabilität

Index: kdm/backend/client.c
===================================================================
RCS file: /home/kde/kdebase/kdm/backend/client.c,v
retrieving revision 2.2
diff -u -r2.2 client.c
--- kdm/backend/client.c	2001/06/11 10:55:33	2.2
+++ kdm/backend/client.c	2001/06/15 20:33:58
@@ -939,7 +939,7 @@
 	    addr.family = FamilyNetname;
 	    addr.length = strlen (netname);
 	    addr.address = netname;
-	    XAddHost (*dpy, &addr);
+	    XAddHost (d, &addr);
 	}
 # endif
 # ifdef K5AUTH


----- End forwarded message -----

-- 
Boykotiert Windows als Atomstromlieferant.
- Hohe strahlung (klicki bunti)
- Hohe Zerfallsrate (kapute Installationen)
- Niedrige Stabilität
 
>> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic