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

List:       kde-commits
Subject:    KDE/kdebase/runtime/kioslave/nfs
From:       Michael Zanetti <mzanetti () kde ! org>
Date:       2010-12-12 19:00:20
Message-ID: 20101212190020.40BEDAC8A7 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1205839 by mzanetti:

Don't use use fraction slash for nfs paths. This keeps the possibility to manually \
input the path and fixes

BUG: 184997


 M  +2 -2      kio_nfs.cpp  


--- trunk/KDE/kdebase/runtime/kioslave/nfs/kio_nfs.cpp #1205838:1205839
@@ -455,9 +455,9 @@
          fh=fhStatus.fhstatus_u.fhs_fhandle;
          QString fname;
          if ( exportlist->ex_dir[0] == '/' )
-            fname = KIO::encodeFileName(exportlist->ex_dir + 1);
+            fname = exportlist->ex_dir + 1;
          else
-            fname = KIO::encodeFileName(exportlist->ex_dir);
+            fname = exportlist->ex_dir;
          m_handleCache.insert(QString("/")+fname,fh);
          m_exportedDirs.append(fname);
          // kDebug() <<"appending file -"<<fname<<"- with FH: \
-"<<fhStatus.fhstatus_u.fhs_fhandle<<"-";


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

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