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
3955d85b
Commit
3955d85b
authored
Nov 27, 2000
by
Andreas Gustafsson
Browse files
uninitialized variable
parent
517ad698
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/dnssec/dnssectool.c
View file @
3955d85b
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssectool.c,v 1.2
3
2000/11/
06 17:28:24 bwelling
Exp $ */
/* $Id: dnssectool.c,v 1.2
4
2000/11/
27 22:19:37 gson
Exp $ */
#include
<config.h>
...
...
@@ -128,8 +128,8 @@ void
setup_logging
(
int
verbose
,
isc_mem_t
*
mctx
,
isc_log_t
**
logp
)
{
isc_result_t
result
;
isc_logdestination_t
destination
;
isc_logconfig_t
*
logconfig
;
isc_log_t
*
log
=
0
;
isc_logconfig_t
*
logconfig
=
NULL
;
isc_log_t
*
log
=
NULL
;
int
level
;
switch
(
verbose
)
{
...
...
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