]> the.earth.li Git - onak.git/commitdiff
Fix lookup display for more than one photo id.
authorJonathan McDowell <noodles@earth.li>
Fri, 16 May 2008 19:26:28 +0000 (20:26 +0100)
committerJonathan McDowell <noodles@earth.li>
Fri, 16 May 2008 19:26:28 +0000 (20:26 +0100)
  We would always show the first photo ID on a key when displaying it
  in /pks/lookup. Fix this so we show them all correctly. Patch from
  Philippe Teuwen as reporting in Debian bug #467020

lookup.c

index 3431690bde0e6afdc39a548ba49464cfa3d733cd..a7d9c7c4f1c7dc8baecc74446e39dfb855ef84a7 100644 (file)
--- a/lookup.c
+++ b/lookup.c
@@ -207,7 +207,8 @@ int main(int argc, char *argv[])
                                unsigned char *photo = NULL;
                                size_t         length = 0;
 
-                               if (getphoto(publickey, 0, &photo, &length)) {
+                               if (getphoto(publickey, indx, &photo,
+                                               &length)) {
                                        fwrite(photo,
                                                        1,
                                                        length,