PICrypt passwordHash fix hash and return, PICloud repair Server exit, fix PIAuth pass_hash gen

This commit is contained in:
2021-04-08 11:53:10 +03:00
parent 4584d9c639
commit f0e2410929
6 changed files with 18 additions and 16 deletions

View File

@@ -59,7 +59,7 @@ public:
void setServerName(const PIString & server_name);
PIVector<Client *> clients() const;;
PIVector<Client *> clients() const;
EVENT1(newConnection, PICloudServer::Client * , client)