diff options
Diffstat (limited to 'g10/parse-packet.c')
-rw-r--r-- | g10/parse-packet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/parse-packet.c b/g10/parse-packet.c index ee7091ecc..d270ece7d 100644 --- a/g10/parse-packet.c +++ b/g10/parse-packet.c @@ -1877,6 +1877,7 @@ static void setup_user_id(PACKET *packet) packet->pkt.user_id->help_key_usage = 0; packet->pkt.user_id->help_key_expire = 0; packet->pkt.user_id->prefs = NULL; + packet->pkt.user_id->namehash = NULL; } static int |