diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-06 17:19:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-06 17:45:47 -0400 |
commit | 3623d831d193d029a35aac81571d67768b176534 (patch) | |
tree | 23cf930ca5069a7e985ef4f8cc044aec7e9610ee /Remote.hs | |
parent | 6f98fd53914b2490e866a2613e86b93f689034bf (diff) |
refactor
Diffstat (limited to 'Remote.hs')
-rw-r--r-- | Remote.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ keyPossibilities' withtrusted key = do let validuuids = filter (/= u) uuids -- note that validuuids is assumed to not have dups - let validtrusteduuids = intersect validuuids trusted + let validtrusteduuids = validuuids `intersect` trusted -- remotes that match uuids that have the key allremotes <- genList |