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

List:       kde-commits
Subject:    KDE/kdelibs/kinit
From:       Ralf Habacker <Ralf.Habacker () freenet ! de>
Date:       2010-07-26 12:12:20
Message-ID: 20100726121220.99A4BAC881 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1154864 by habacker:

both values are in the same encoding, so QByteArray fits exactly for the compar

 M  +2 -2      kinit_win.cpp  


--- trunk/KDE/kdelibs/kinit/kinit_win.cpp #1154863:1154864
@@ -326,8 +326,8 @@
         else
         {
             /// @todo KUser lacks domain support yet: if user is in a domain skip \
                process owner check for now because it simply does not work
-            const QString domain = qgetenv("USERDOMAIN");
-            const QString host  = qgetenv("COMPUTERNAME");
+            const QByteArray domain = qgetenv("USERDOMAIN");
+            const QByteArray host = qgetenv("COMPUTERNAME");
             if (domain != host)
                 return ple; 
                 


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

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