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:
parent
bf06de923b
commit
05c32b91a7
@ -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+.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user