projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
935b1ba
)
Fix comment
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 13 Mar 2014 14:04:07 +0000
(15:04 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 13 Mar 2014 14:04:07 +0000
(15:04 +0100)
src/init_globals.c
patch
|
blob
|
history
diff --git
a/src/init_globals.c
b/src/init_globals.c
index
abb918b
..
6bd03fb
100644
(file)
--- a/
src/init_globals.c
+++ b/
src/init_globals.c
@@
-51,7
+51,7
@@
void yaz_init_globals(void)
{
yaz_log_init_globals();
#if HAVE_GCRYPT_H
- /* POSIX threads locking. gnutls_global_init will not override */
+ /* POSIX threads locking. In case gnutls_global_init do not override */
gcry_control(GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
#endif
#if HAVE_GNUTLS_H