Commit b3196e6
committed
Fix bug for array-formatted identities of user mappings
I failed to realize that server names reported in the object args array
would get quoted, which is wrong; remove that, making sure that it's
only quoted in the string-formatted identity.
This bug was introduced by my commit cf34e37, which was backpatched,
but since object name/args arrays are new in commit a676201, there
is no need to backpatch this any further.1 parent dc8e052 commit b3196e6
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4254 | 4254 | | |
4255 | 4255 | | |
4256 | 4256 | | |
4257 | | - | |
| 4257 | + | |
4258 | 4258 | | |
4259 | 4259 | | |
4260 | 4260 | | |
| |||
4264 | 4264 | | |
4265 | 4265 | | |
4266 | 4266 | | |
4267 | | - | |
| 4267 | + | |
| 4268 | + | |
4268 | 4269 | | |
4269 | 4270 | | |
4270 | 4271 | | |
| |||
0 commit comments