Skip to content

Commit 97c9c9f

Browse files
author
mhugent
committed
Fix for retrival of WFS capabilities
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13299 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e9f80a8 commit 97c9c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgshttptransaction.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ bool QgsHttpTransaction::getSynchronously( QByteArray &respondedContent, int red
206206
http = 0;
207207

208208
// Did we get an error? If so, bail early
209-
if ( !mError.isNull() )
209+
if ( !mError.isEmpty() )
210210
{
211211
QgsDebugMsg( "Processing an error '" + mError + "'." );
212212
return FALSE;

0 commit comments

Comments
 (0)