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
775fe66b
Commit
775fe66b
authored
Oct 03, 2007
by
mr-ti
Browse files
No commit message
No commit message
parent
87fd162f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ddnssync/ddnsspluginlist.cpp
View file @
775fe66b
...
...
@@ -60,7 +60,7 @@ DDnsSPlList::~DDnsSPlList() {
}
void
DDnsSPlList
::
exec
(
const
string
&
request
){
CRegex
regex
(
"([[:
alnum
:]]+)"
);
CRegex
regex
(
"([
^
[:
space
:]]+)"
);
regex
.
setBuffer
(
&
request
);
map
<
string
,
Plugin
*>::
iterator
it
=
plugList
.
find
(
regex
.
getFirstMatch
());
if
(
it
==
plugList
.
end
()){
...
...
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