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
044ec47f
Commit
044ec47f
authored
Aug 02, 2000
by
David Lawrence
Browse files
oops, erroneously added a _ before a variable that was being used.
parent
887a0638
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/dig/dighost.c
View file @
044ec47f
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dighost.c,v 1.10
8
2000/08/02 19:
49:57
tale Exp $ */
/* $Id: dighost.c,v 1.10
9
2000/08/02 19:
52:28
tale Exp $ */
/*
* Notice to programmers: Do not use this code as an example of how to
...
...
@@ -1354,7 +1354,7 @@ send_done(isc_task_t *_task, isc_event_t *event) {
debug
(
"send_done()"
);
sendcount
--
;
debug
(
"sendcount=%d"
,
_
sendcount
);
debug
(
"sendcount=%d"
,
sendcount
);
INSIST
(
sendcount
>=
0
);
UNLOCK_LOOKUP
;
}
...
...
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