mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
(add_notation_data): Check number of at-signs.
This commit is contained in:
parent
d8bd3a3826
commit
2ab2a874a0
@ -3896,7 +3896,7 @@ add_notation_data( const char *string, int which )
|
|||||||
}
|
}
|
||||||
if (saw_at > 1)
|
if (saw_at > 1)
|
||||||
{
|
{
|
||||||
log_error(_("a notation name must contain more than "
|
log_error(_("a notation name must not contain more than "
|
||||||
"one '@' character\n"));
|
"one '@' character\n"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user