Skip to content
GitLab
Projects
Groups
Snippets
/
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
e112f5a7
Commit
e112f5a7
authored
Oct 14, 1999
by
Andreas Gustafsson
Browse files
uninitialized variable
parent
ac83c714
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/update.c
View file @
e112f5a7
...
...
@@ -1643,7 +1643,7 @@ update_signatures(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *oldver,
static
dns_result_t
send_update_event
(
ns_client_t
*
client
,
dns_zone_t
*
zone
)
{
dns_result_t
result
;
dns_result_t
result
=
DNS_R_SUCCESS
;
update_event_t
*
event
=
NULL
;
event
=
(
update_event_t
*
)
isc_event_allocate
(
client
->
mctx
,
client
,
DNS_EVENT_UPDATE
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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