Skip to content

Commit 572ab7d

Browse files
committed
Fix incorrect variable name.
1 parent 8f320a7 commit 572ab7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ocsp_responders/ocsp_responders.fnc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ BEGIN
161161
END IF;
162162
IF coalesce(getunencodedplus, '') != '' THEN
163163
t_query := t_query ||
164-
' AND orp.UNENCODED_PLUS ILIKE ' || quote_literal(getunencodedplus) || '
164+
' AND orp.UNENCODED_PLUS_RESULT ILIKE ' || quote_literal(getunencodedplus) || '
165165
';
166166
t_params := t_params || '&getunencodedplus=' || urlEncode(getunencodedplus);
167167
END IF;

0 commit comments

Comments
 (0)