Browse Source

Merge PR #1484: Password change from client increments config file revision

Davide Beatrici 4 years ago
parent
commit
4657d7ee49
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Cedar/Protocol.c

+ 1 - 0
src/Cedar/Protocol.c

@@ -940,6 +940,7 @@ UINT ChangePasswordAccept(CONNECTION *c, PACK *p)
 								{
 									Copy(pw->HashedKey, new_password, SHA1_SIZE);
 									Copy(pw->NtLmSecureHash, new_password_ntlm, MD5_SIZE);
+									IncrementServerConfigRevision(cedar->Server);
 								}
 								HLog(hub, "LH_CHANGE_PASSWORD_5", c->Name, username);
 							}