From: Jonathan McDowell Date: Fri, 16 May 2008 19:26:28 +0000 (+0100) Subject: Fix lookup display for more than one photo id. X-Git-Tag: 0.3.6~10 X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=53bfe9d93deaae87df9ffc785027a928fe0e5e89 Fix lookup display for more than one photo id. 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 --- diff --git a/lookup.c b/lookup.c index 3431690..a7d9c7c 100644 --- 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,