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
f9e24829
Commit
f9e24829
authored
Oct 24, 2000
by
Brian Wellington
Browse files
uninitialized link field.
parent
5b9a83dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/config/conflog.c
View file @
f9e24829
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: conflog.c,v 1.1
8
2000/
08/01 01:23:22 tale
Exp $ */
/* $Id: conflog.c,v 1.1
9
2000/
10/24 17:24:35 bwelling
Exp $ */
#include
<config.h>
...
...
@@ -1110,6 +1110,7 @@ dns_c_logcat_new(isc_mem_t *mem, const char *name, dns_c_logcat_t **newlc) {
for
(
i
=
0
;
i
<
newc
->
cnames_len
;
i
++
)
{
newc
->
channel_names
[
i
]
=
NULL
;
}
ISC_LINK_INIT
(
newc
,
next
);
*
newlc
=
newc
;
...
...
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