Skip to content

Commit

Permalink
Merge pull request #39934 from qgis-bot/backport-39923-to-release-3_16
Browse files Browse the repository at this point in the history
[Backport release-3_16] QgsAuthOAuth2Method: use a recursive mutex
  • Loading branch information
elpaso committed Nov 11, 2020
2 parents 240b6b3 + 482b76b commit bca43af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/oauth2/qgsauthoauth2method.h
Expand Up @@ -114,7 +114,7 @@ class QgsAuthOAuth2Method : public QgsAuthMethod

QgsO2 *authO2( const QString &authcfg );

QMutex mNetworkRequestMutex;
QMutex mNetworkRequestMutex { QMutex::Recursive };
};

#endif // QGSAUTHOAUTH2METHOD_H

0 comments on commit bca43af

Please sign in to comment.