Comment 4 for bug 540941

Revision history for this message
Jürgen E. Fischer (jef-norbit) wrote :

Just remove the offending line:

--- qgis-1.4.0.orig/src/core/qgshttptransaction.cpp
+++ qgis-1.4.0/src/core/qgshttptransaction.cpp
@@ -47,8 +47,7 @@
                                         QString password )
     : httpresponsecontenttype( 0 ),
     httpurl( uri ),
- httphost( proxyHost ),
- mError( 0 )
+ httphost( proxyHost )
 {
   QSettings s;
   mNetworkTimeoutMsec = s.value( "/qgis/networkAndProxy/networkTimeout", "20000" ).toInt();