We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922b1e0 commit b760f08Copy full SHA for b760f08
src/core/auth/qgsauthcertutils.cpp
@@ -227,7 +227,7 @@ QList<QSslCertificate> QgsAuthCertUtils::certsFromString( const QString &pemtext
227
QList<QSslCertificate> QgsAuthCertUtils::casRemoveSelfSigned( const QList<QSslCertificate> &caList )
228
{
229
QList<QSslCertificate> certs;
230
- for ( const auto cert : caList )
+ for ( const auto &cert : caList )
231
232
if ( ! cert.isSelfSigned( ) )
233
0 commit comments