Skip to content

Commit

Permalink
[Server] Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Dec 14, 2017
1 parent 2bcef39 commit f24d331
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/XrdCms/XrdCmsConfig.cc
Expand Up @@ -1170,7 +1170,6 @@ int XrdCmsConfig::setupServer()
char *XrdCmsConfig::setupSid()
{
XrdOucTList *tp = (NanList ? NanList : ManList);
const char *nidVal = myInsName;
char *sidVal, sfx;

// Grab the interfaces. This is normally set as an envar. If present then
Expand All @@ -1194,7 +1193,6 @@ char *XrdCmsConfig::setupSid()
if (VNID_Lib)
{myVNID = XrdCmsSecurity::getVnId(Say,ConfigFN,VNID_Lib,VNID_Parms,sfx);
if (!myVNID) return 0;
nidVal = myVNID;
}

// Generate the system ID and set the cluster ID
Expand Down

0 comments on commit f24d331

Please sign in to comment.