Fixed bug: we were generating an application string rather

than a context-specific one when constructing "present"
filters.
This commit is contained in:
blackhedd 2006-04-17 00:33:55 +00:00
parent 1b8bce9051
commit ff01c26401

View file

@ -117,7 +117,7 @@ class Filter
case @op
when :eq
if @right == "*" # present
@left.to_ber_application_string 7
@left.to_ber_contextspecific 7
elsif @right =~ /[\*]/ #substring
ary = @right.split( /[\*]+/ )
final_star = @right =~ /[\*]$/