mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* trustlist.c (read_list): Allow colons in the fingerprint.
(headerblurb): Rephrased. * gpg-agent.c (handle_connections): Increase the stack size ot 256k. * de.po: Updated. * scdaemon.c (main): Bumbed thread stack size up to 512k. * keylist.c (list_cert_raw): Print the keygrip.
This commit is contained in:
parent
2e10dbd6c8
commit
d9147773b4
14 changed files with 275 additions and 200 deletions
|
@ -603,7 +603,7 @@ main (int argc, char **argv )
|
|||
|
||||
tattr = pth_attr_new();
|
||||
pth_attr_set (tattr, PTH_ATTR_JOINABLE, 0);
|
||||
pth_attr_set (tattr, PTH_ATTR_STACK_SIZE, 64*1024);
|
||||
pth_attr_set (tattr, PTH_ATTR_STACK_SIZE, 512*1024);
|
||||
pth_attr_set (tattr, PTH_ATTR_NAME, "ticker");
|
||||
|
||||
if (!pth_spawn (tattr, ticker_thread, NULL))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue