Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Fixed authentication issue mentioned in this issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ssteo1156 committed Mar 20, 2013
1 parent 8c7bf03 commit b01cee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CassandraSession.cs
Expand Up @@ -149,7 +149,7 @@ public void Login(string username, string password)

try
{
GetClient(setLogin: false).login(auth);
GetClient(setKeyspace: false, setLogin: false).login(auth);
IsAuthenticated = true;
}
catch (Exception exc)
Expand Down

0 comments on commit b01cee2

Please sign in to comment.