RDSHandler.vb: Minor spelling.

This commit is contained in:
Oskar Berggren 2016-04-09 21:18:22 +02:00
parent d4af4d6f6a
commit a7d447029e

View file

@ -149,7 +149,7 @@ Public Class RDSHandler
Dim attributes As New RADIUSAttributes Dim attributes As New RADIUSAttributes
If sessionId = Nothing Or launchTimestamp = Nothing Then If sessionId = Nothing Or launchTimestamp = Nothing Then
RDSFactor.LogDebug(mPacket, "User's has no launch window. User must re-authenticate") RDSFactor.LogDebug(mPacket, "User has no launch window. User must re-authenticate")
mPacket.RejectAccessRequest() mPacket.RejectAccessRequest()
Exit Sub Exit Sub
End If End If