Skip to content

Commit

Permalink
QgsAuthOAuth2Method: use a recursive mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2020
1 parent a191ffd commit d46349e
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 d46349e

Please sign in to comment.