You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 06:23:53 +01:00
fix for first client
This commit is contained in:
committed by
GitHub
parent
2baab09f34
commit
5995f9939f
@@ -113,7 +113,7 @@ function connectToXdrd() {
|
|||||||
|
|
||||||
let authFlags = {
|
let authFlags = {
|
||||||
authMsg: false,
|
authMsg: false,
|
||||||
firstClient: true,
|
firstClient: false,
|
||||||
receivedSalt: '',
|
receivedSalt: '',
|
||||||
receivedPassword: false,
|
receivedPassword: false,
|
||||||
messageCount: 0,
|
messageCount: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user