Skip to content
Snippets Groups Projects
Commit 12ab1ff6 authored by Gerardo Ganis's avatar Gerardo Ganis
Browse files

THE right fix for the TRACE related warnings

git-svn-id: http://root.cern.ch/svn/root/trunk@36944 27541ba8-7e3a-0410-8455-c3a389f83636
parent 0c856bc6
No related branches found
No related tags found
No related merge requests found
...@@ -1314,9 +1314,9 @@ int XrdProofdManager::DoDirectiveAllowedUsers(char *val, XrdOucStream *cfg, bool ...@@ -1314,9 +1314,9 @@ int XrdProofdManager::DoDirectiveAllowedUsers(char *val, XrdOucStream *cfg, bool
int XrdProofdManager::DoDirectiveRole(char *val, XrdOucStream *cfg, bool) int XrdProofdManager::DoDirectiveRole(char *val, XrdOucStream *cfg, bool)
{ {
// Process 'role' directive // Process 'role' directive
#if defined(BUILD_BONJOUR)
XPDLOC(ALL, "Manager::DoDirectiveRole") XPDLOC(ALL, "Manager::DoDirectiveRole")
#endif
TRACE(REQ, "enter");
if (!val) if (!val)
// undefined inputs // undefined inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment