diff options
author | Werner Koch <wk@gnupg.org> | 2007-12-12 17:47:52 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-12-12 17:47:52 +0100 |
commit | 56bd419029acdd034af6b51b543675700201c7fe (patch) | |
tree | d4554573a8aa1234aeb9954db6f83121aaba1ce2 /tools | |
parent | Support DSA2. (diff) | |
download | gnupg2-56bd419029acdd034af6b51b543675700201c7fe.tar.xz gnupg2-56bd419029acdd034af6b51b543675700201c7fe.zip |
Doc fixes.
Add more files to POTFILES.
Protect against malloc bombs.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gpg-connect-agent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gpg-connect-agent.c b/tools/gpg-connect-agent.c index e0abaa9c9..57eed64f0 100644 --- a/tools/gpg-connect-agent.c +++ b/tools/gpg-connect-agent.c @@ -1690,8 +1690,8 @@ handle_inquire (assuan_context_t ctx, char *line) if (*line) *line++ = 0; - /* Now match it against our list. he second loop is todetect the - match all entry. **/ + /* Now match it against our list. The second loop is there to + detect the match-all entry. */ for (d=definq_list; d; d = d->next) if (d->name && !strcmp (d->name, name)) break; |