mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* keyserver.c (keyserver_spawn): Cosmetic, but looks cleaner.
This commit is contained in:
parent
bf06de923b
commit
05c32b91a7
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue