Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
9ada5ea3
Commit
9ada5ea3
authored
Jul 25, 2005
by
Mark Andrews
Browse files
ref not rep
parent
20403510
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/isc/refcount.c
View file @
9ada5ea3
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: refcount.c,v 1.
2
2005/07/
12 01:14:31
marka Exp $ */
/* $Id: refcount.c,v 1.
3
2005/07/
25 00:52:12
marka Exp $ */
#include <config.h>
...
...
@@ -30,7 +30,7 @@ isc_refcount_init(isc_refcount_t *ref, unsigned int n) {
ref
->
refs
=
n
;
#if defined(ISC_PLATFORM_USETHREADS) && !defined(ISC_PLATFORM_HAVEXADD)
return
(
isc_mutex_init
(
&
re
p
->
lock
));
return
(
isc_mutex_init
(
&
re
f
->
lock
));
#else
return
(
ISC_R_SUCCESS
);
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment