Ticket #46528: ensure_pth_initialisation.patch

File ensure_pth_initialisation.patch, 416 bytes (added by RJVB (René Bertin), 9 years ago)
  • dirmngr.c

    old new  
    719719     windows implementation does not yet feature the PTh tls
    720720     functions.  */
    721721#ifndef HAVE_W32_SYSTEM
     722  pth_init();
    722723  if (pth_key_create (&my_tlskey_current_fd, NULL))
    723724    if (pth_key_setdata (my_tlskey_current_fd, NULL))
    724725      log_set_pid_suffix_cb (pid_suffix_callback);