Skip to content

Commit bda9f32

Browse files
author
mhugent
committed
Reverted last commit, sslmode=prefer seems to be the default anyway
git-svn-id: http://svn.osgeo.org/qgis/trunk@8789 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ec26796 commit bda9f32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/qgsdatasourceuri.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ QString QgsDataSourceURI::connInfo() const
230230
connInfo += " host=" + mHost;
231231
if( mPort!="" )
232232
connInfo += " port=" + mPort;
233-
connInfo += " sslmode=prefer";
234233
}
235234

236235
if( mUsername != "" )

0 commit comments

Comments
 (0)