Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
svn
ddnssync
Commits
b9c86bd6
Commit
b9c86bd6
authored
Sep 30, 2007
by
mr-ti
Browse files
No commit message
No commit message
parent
3e4ce756
Changes
1
Hide whitespace changes
Inline
Side-by-side
ddnssync/ddnsspluginlist.cpp
View file @
b9c86bd6
...
...
@@ -20,6 +20,7 @@ DDnsSPluginListList::DDnsSPluginListList(CUniConf *config):CUniObj() {
string
dirPath
=
config
->
getValue
(
"plugin_dir_path"
);
if
(
!
dirPath
.
empty
()){
CUniStringList
list
=
config
->
getListValue
(
"plugin_list"
);
Plugin
*
plugin
;
string
plugPath
;
void
*
handle
;
...
...
@@ -39,7 +40,7 @@ DDnsSPluginListList::DDnsSPluginListList(CUniConf *config):CUniObj() {
plugin
=
(
Plugin
*
)
malloc
(
sizeof
(
Plugin
));
plugin
->
handle
=
handle
;
plugin
->
exec
=
exec
;
plugList
.
push_back
(
plugin
)
;
plugList
[
*
it
]
=
plugin
;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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