1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-24 22:09:57 +01:00

* keyserver.c (keyserver_spawn): Cosmetic, but looks cleaner.

This commit is contained in:
David Shaw 2007-10-27 19:40:13 +00:00
parent bf06de923b
commit 05c32b91a7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-10-27 David Shaw <dshaw@jabberwocky.com>
* keyserver.c (keyserver_spawn): Cosmetic, but looks cleaner.
2007-10-23 Werner Koch <wk@g10code.com>
Switched entire package to GPLv3+.

View File

@ -1418,7 +1418,7 @@ keyserver_spawn(enum ks_action action,STRLIST list,KEYDB_SEARCH_DESC *desc,
plen=strlen(ptr);
while(plen>0 && ascii_isspace(ptr[plen-1]))
plen--;
plen[ptr]='\0';
ptr[plen]='\0';
if(*ptr=='\0')
break;