DanElbert / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-peoplesearch: last query template is not used #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The loop used to build ldap queries excludes the last template.
Use iterator rather than a for loop.

Original issue reported on code.google.com by dfis...@gmail.com on 3 Nov 2009 at 3:03

GoogleCodeExporter commented 8 years ago
Changed the for loop to start at index 1.
Look at refactoring that piece of code.
It's currently overly complex.
Fixed in r1042.

Original comment by dfis...@gmail.com on 3 Nov 2009 at 7:30

GoogleCodeExporter commented 8 years ago

Original comment by dfis...@gmail.com on 3 Nov 2009 at 7:31