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

Fix a warnign about a shadowed variable

git-svn-id: http://root.cern.ch/svn/root/trunk@29578 27541ba8-7e3a-0410-8455-c3a389f83636
parent 1aa5b7d8
No related branches found
No related tags found
No related merge requests found
......@@ -489,7 +489,6 @@ Int_t startXrootdAt(Int_t port, const char *exportdirs, Bool_t force)
// Cleanimg up existing daemon
TString cmd = Form("kill -9 %d", pid);
Int_t rc = 0;
if ((rc = gSystem->Exec(cmd)) != 0)
Printf("startXrootdAt: problems stopping xrootd process %p (%d)", pid, rc);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment