Skip to content

Commit 706d3ac

Browse files
author
Elad Zelingher
committed
Merge branch 'wampv2' of https://github.com/Code-Sharp/WampSharp into wampv2
2 parents b56fec4 + bb831c2 commit 706d3ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/net45/WampSharp/WAMP2/V2/Authentication/WampCra/WampCraUserDbAuthenticationFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public IWampSessionAuthenticator GetSessionAuthenticator
4747
{
4848
throw new WampAuthenticationException
4949
(string.Format("no user with authid '{0}' in user database",
50-
user.AuthenticationId));
50+
helloDetails.AuthenticationId));
5151
}
5252

5353
user.AuthenticationId = user.AuthenticationId ??
@@ -78,4 +78,4 @@ public IWampSessionAuthenticator GetSessionAuthenticator
7878
}
7979
}
8080

81-
#endif
81+
#endif

0 commit comments

Comments
 (0)