Ticket #46528: ensure_pth_initialisation.patch
File ensure_pth_initialisation.patch, 416 bytes (added by RJVB (René Bertin), 10 years ago) |
---|
-
dirmngr.c
old new 719 719 windows implementation does not yet feature the PTh tls 720 720 functions. */ 721 721 #ifndef HAVE_W32_SYSTEM 722 pth_init(); 722 723 if (pth_key_create (&my_tlskey_current_fd, NULL)) 723 724 if (pth_key_setdata (my_tlskey_current_fd, NULL)) 724 725 log_set_pid_suffix_cb (pid_suffix_callback);