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
80150fb0
Commit
80150fb0
authored
May 11, 2000
by
David Lawrence
Browse files
oh good lord. the casting problem is really truly fixed this time. mea culpa.
parent
24fe57b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/logconf.c
View file @
80150fb0
...
...
@@ -96,8 +96,8 @@ channel_fromconf(dns_c_logchan_t *cchan, isc_logconfig_t *lctx) {
return
(
ISC_R_UNEXPECTED
);
}
(
void
)
dns_c_logchan_getversions
(
cchan
,
&
(
(
isc_uint32_t
)
versions
)
)
;
(
isc_uint32_t
*
)
&
versions
);
(
void
)
dns_c_logchan_getsize
(
cchan
,
&
size
);
dest
.
file
.
stream
=
NULL
;
dest
.
file
.
name
=
cchan
->
u
.
filec
.
path
;
...
...
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