Fix definition of smb_thread_once - must return int not void as
authorJeremy Allison <jra@samba.org>
Tue, 12 May 2009 05:33:32 +0000 (22:33 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 12 May 2009 05:33:32 +0000 (22:33 -0700)
commit6bc1ce996d67c5f0d2c2d8571cbaabaf51e26d8d
tree268045d07d596d0fd7846679eaa1c8cd6e752e44
parentb4c9cfb2af8f4dd5e18f032c410694e491f1bd74
Fix definition of smb_thread_once - must return int not void as
it's used in a ? : comparison macro.
Jeremy.
lib/util/smb_threads.c
lib/util/smb_threads.h