Skip to content

Commit f526115

Browse files
committed
ldap: SPECIAL_CHARS typo for right parens fixed
1 parent 9154481 commit f526115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/multicorn/ldapfdw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
SPECIAL_CHARS = {
9292
ord('*'): '\\2a',
9393
ord('('): '\\28',
94-
ord(')'): '\29',
94+
ord(')'): '\\29',
9595
ord('\\'): '\\5c',
9696
ord('\x00'): '\\00',
9797
ord('/'): '\\2f'

0 commit comments

Comments
 (0)