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
AAI
Shibboleth Debian packaging
log4shib
Commits
b94abd72
Commit
b94abd72
authored
Apr 12, 2016
by
Ferenc Wágner
Committed by
Ferenc Wágner
Jun 25, 2018
Browse files
Drop superfluous scope to help Doxygen find the declaration
parent
ffe50a4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Category.cpp
View file @
b94abd72
...
...
@@ -201,7 +201,7 @@ namespace log4shib {
/* assume lock is held */
bool
Category
::
ownsAppender
(
Appender
*
appender
,
Category
::
OwnsAppenderMap
::
iterator
&
i2
)
throw
()
{
OwnsAppenderMap
::
iterator
&
i2
)
throw
()
{
bool
owned
=
false
;
if
(
NULL
!=
appender
)
{
...
...
Write
Preview
Supports
Markdown
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