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
4fa2649d
Commit
4fa2649d
authored
Oct 03, 2009
by
Automatic Updater
Browse files
update copyright notice
parent
1a0eecfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/rbtdb.c
View file @
4fa2649d
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rbtdb.c,v 1.28
0
2009/10/03 2
2:39:27 each
Exp $ */
/* $Id: rbtdb.c,v 1.28
1
2009/10/03 2
3:48:10 tbox
Exp $ */
/*! \file */
...
...
@@ -2291,7 +2291,7 @@ closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) {
lock
=
&
rbtdb
->
node_locks
[
header
->
node
->
locknum
].
lock
;
NODE_LOCK
(
lock
,
isc_rwlocktype_write
);
if
(
rollback
)
if
(
rollback
)
resign_insert
(
rbtdb
,
header
->
node
->
locknum
,
header
);
decrement_reference
(
rbtdb
,
header
->
node
,
least_serial
,
isc_rwlocktype_write
,
isc_rwlocktype_none
,
...
...
@@ -6528,7 +6528,7 @@ delete_callback(void *data, void *arg) {
dns_rbtdb_t
*
rbtdb
=
arg
;
rdatasetheader_t
*
current
,
*
next
;
unsigned
int
locknum
;
current
=
data
;
locknum
=
current
->
node
->
locknum
;
NODE_LOCK
(
&
rbtdb
->
node_locks
[
locknum
].
lock
,
isc_rwlocktype_write
);
...
...
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