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

Fix warnings about shadowed variables

git-svn-id: http://root.cern.ch/svn/root/trunk@23633 27541ba8-7e3a-0410-8455-c3a389f83636
parent b898ffe3
No related branches found
No related tags found
No related merge requests found
...@@ -283,7 +283,7 @@ Int_t Krb5Authenticate(TAuthenticate *auth, TString &user, TString &det, ...@@ -283,7 +283,7 @@ Int_t Krb5Authenticate(TAuthenticate *auth, TString &user, TString &det,
return -1; return -1;
} }
// This may have changed // This may have changed
TString ticketPrincipal = ticketPrincipal =
TString(Form("%.*s@%.*s",client->data->length, client->data->data, TString(Form("%.*s@%.*s",client->data->length, client->data->data,
client->realm.length, client->realm.data)); client->realm.length, client->realm.data));
} }
......
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