diff options
Diffstat (limited to '')
-rw-r--r-- | g10/photoid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/photoid.c b/g10/photoid.c index 829d36c9e..f6e625a00 100644 --- a/g10/photoid.c +++ b/g10/photoid.c @@ -305,6 +305,8 @@ show_photos(const struct user_attribute *attrs, int count, args.pk = pk; args.validity_info = get_validity_info (pk, uid); args.validity_string = get_validity_string (pk, uid); + namehash_from_uid (uid); + args.namehash = uid->namehash; if (pk) keyid_from_pk (pk, kid); |