analysis of regression and fix related less serious regression

This commit is contained in:
Joey Hess 2020-06-16 15:16:36 -04:00
parent 5b8933b914
commit 4773713cc9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 20 additions and 1 deletions

View file

@ -414,7 +414,11 @@ handleRequest' st external req mp responsehandler
(Accepted setting)
(RemoteConfigValue (PassedThrough value))
m
in ParsedRemoteConfig m' c
c' = M.insert
(Accepted setting)
(Accepted value)
c
in ParsedRemoteConfig m' c'
modifyTVar' (externalConfigChanges st) $ \f ->
f . M.insert (Accepted setting) (Accepted value)
handleRemoteRequest (GETCONFIG setting) = do