diff options
author | Noriko Hosoi <nhosoi@kiki.usersys.redhat.com> | 2009-06-23 16:46:29 -0700 |
---|---|---|
committer | Noriko Hosoi <nhosoi@kiki.usersys.redhat.com> | 2009-06-23 16:46:29 -0700 |
commit | 6d6630452f742f46519ec16aac4d6943e62ae286 (patch) | |
tree | cb91057a9d977fc52e58159592d0cfba75615e49 /config.h.in | |
parent | 5c3eb36aaa05e9cd4eaa923e337d3b55cf584a39 (diff) | |
download | ds-6d6630452f742f46519ec16aac4d6943e62ae286.tar.gz ds-6d6630452f742f46519ec16aac4d6943e62ae286.tar.xz ds-6d6630452f742f46519ec16aac4d6943e62ae286.zip |
507460 Access log could mistakenly report notes=U for VLV searches
Summary: Access log reports 'notes=U' for VLV indexed searches if there are no records to be found
Fix Description: VLV creates an empty IDL if no matched entries are found. To do so, VLV code was calling idl_alloc with argument 0, which generated ALLID. It's changed to call idl_alloc with 1. It creates a normal empty IDL.
Diffstat (limited to 'config.h.in')
0 files changed, 0 insertions, 0 deletions