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
ae903759
Commit
ae903759
authored
May 30, 2017
by
Mark Andrews
Browse files
4530. [bug] "dyndb" is dependent on dlopen existing / being
enabled. [RT #45291]
parent
e51d62ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
ae903759
4530. [bug] "dyndb" is dependent on dlopen existing / being
enabled. [RT #45291]
4629. [bug] dns_client_startupdate could not be called with a
running client. [RT #45277]
...
...
lib/dns/dyndb.c
View file @
ae903759
...
...
@@ -80,7 +80,7 @@ impfind(const char *name) {
return
(
NULL
);
}
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
&& HAVE_DLOPEN
static
isc_result_t
load_symbol
(
void
*
handle
,
const
char
*
filename
,
const
char
*
symbol_name
,
void
**
symbolp
)
...
...
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