Skip to content

Commit

Permalink
fix the null byte replace
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christofas committed Jul 6, 2022
1 parent 2707c2f commit 79033df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocis-pkg/ldap/ldap.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
">", "\\>",
";", "\\;",
"=", "\\=",
"\000", "\\\000",
"\000", "\\00",
)
)

Expand Down

0 comments on commit 79033df

Please sign in to comment.