Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/core/auth/qgsauthmanager.cpp
  • Loading branch information
nyalldawson committed May 29, 2023
1 parent 9d26729 commit 71867c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/auth/qgsauthmanager.cpp
Expand Up @@ -1586,9 +1586,9 @@ bool QgsAuthManager::eraseAuthenticationDatabase( bool backup, QString *backuppa
clearAllCachedConfigs();
updateConfigAuthMethods();

#ifndef QT_NO_SSL
#ifndef QT_NO_SSL
initSslCaches();
#endif
#endif

emit authDatabaseChanged();

Expand Down

0 comments on commit 71867c9

Please sign in to comment.