Skip to content

Commit

Permalink
Reverted last commit, sslmode=prefer seems to be the default anyway
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8789 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jul 15, 2008
1 parent ec26796 commit bda9f32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsdatasourceuri.cpp
Expand Up @@ -230,7 +230,6 @@ QString QgsDataSourceURI::connInfo() const
connInfo += " host=" + mHost;
if( mPort!="" )
connInfo += " port=" + mPort;
connInfo += " sslmode=prefer";
}

if( mUsername != "" )
Expand Down

0 comments on commit bda9f32

Please sign in to comment.