Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clean auth DB path with cleanPath
  • Loading branch information
elpaso committed Oct 26, 2017
1 parent a1574d0 commit 0bc33b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/auth/qgsauthmanager.cpp
Expand Up @@ -197,7 +197,7 @@ bool QgsAuthManager::init( const QString &pluginPath, const QString &authDatabas
return isDisabled();
}

mAuthDbPath = authDatabasePath;
mAuthDbPath = QDir::cleanPath( authDatabasePath );
QgsDebugMsg( QString( "Auth database path: %1" ).arg( authenticationDatabasePath() ) );

QFileInfo dbinfo( authenticationDatabasePath() );
Expand Down

0 comments on commit 0bc33b1

Please sign in to comment.