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
Kea
Commits
99fd7369
Commit
99fd7369
authored
Oct 10, 2012
by
Michal 'vorner' Vaner
Browse files
Remove extra comma at the end of enum
This should fix compilation issue on sunstudio.
parent
b6cfd9d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/domaintree.h
View file @
99fd7369
...
...
@@ -947,7 +947,7 @@ public:
PARTIALMATCH
,
///< A superdomain node was found
NOTFOUND
,
///< Not even any superdomain was found
/// \brief Returned by insert() if a node of the name already exists
ALREADYEXISTS
,
ALREADYEXISTS
};
/// \brief Allocate and construct \c DomainTree
...
...
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