Skip to content

Commit

Permalink
secgsi: fix wrong logic in setting trustDNS settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gganis committed Oct 17, 2018
1 parent cc7ec36 commit 2a5d93f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/XrdSecgsi/XrdSecProtocolgsi.cc
Expand Up @@ -552,8 +552,7 @@ char *XrdSecProtocolgsi::Init(gsiOptions opt, XrdOucErrInfo *erp)

//
// Honour trust / unstrust DNS settings (switch or env)
if (opt.trustdns)
TrustDNS = opt.trustdns;
TrustDNS = opt.trustdns;
DEBUG("trust DNS option: "<<TrustDNS);

//
Expand Down

0 comments on commit 2a5d93f

Please sign in to comment.