Skip to content
Permalink
Browse files
Fix for retrival of WFS capabilities
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13299 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Apr 11, 2010
1 parent e9f80a8 commit 97c9c9f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -206,7 +206,7 @@ bool QgsHttpTransaction::getSynchronously( QByteArray &respondedContent, int red
http = 0;

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

0 comments on commit 97c9c9f

Please sign in to comment.