Skip to content

Commit

Permalink
Fix a minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dirmgr committed Jan 6, 2024
1 parent 5d55d24 commit 5e09c0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ byte[] getConfigFileDigest()
buffer.appendString("keyTabPath", keyTabPath);
}

buffer.appendBoolean("(useTicketCache", useTicketCache);
buffer.appendBoolean("useTicketCache", useTicketCache);
buffer.appendBoolean("renewTGT", renewTGT);
buffer.appendBoolean("requireCachedCredentials", requireCachedCredentials);

Expand Down

0 comments on commit 5e09c0b

Please sign in to comment.