diff options
Diffstat (limited to '')
-rw-r--r-- | g10/parse-packet.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/g10/parse-packet.c b/g10/parse-packet.c index c3f6b544d..bb05eabb7 100644 --- a/g10/parse-packet.c +++ b/g10/parse-packet.c @@ -268,9 +268,7 @@ register_known_notation (const char *string) { sl = add_to_strlist (&known_notations_list, - sl->flags = 32; - sl = add_to_strlist (&known_notations_list, "[email protected]"); - sl->flags = 21; + sl->flags = 32; /* Length of the string. */ } if (!string) return; /* Only initialized the default known notations. */ |