summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2011-09-21 18:47:04 -0700
committerRuss Allbery <rra@stanford.edu>2011-09-21 18:47:04 -0700
commitac2d4bb47f3026ccc34f731ab4c2926b0768b378 (patch)
treeae80258820ef7edf084de2f22e5c435d1c466431 /client
parent46348c839464aeffd0a9350112ebf96d71d3d46f (diff)
Better error message wording if credential cache not supported
Diffstat (limited to 'client')
-rw-r--r--client/api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/api.c b/client/api.c
index ccce6ae..c4e6c06 100644
--- a/client/api.c
+++ b/client/api.c
@@ -257,7 +257,7 @@ remctl_set_ccache(struct remctl *r, const char *ccache)
int
remctl_set_ccache(struct remctl *r, const char *ccache UNUSED)
{
- internal_set_error(r, "setting Kerberos ticket cache not supported");
+ internal_set_error(r, "setting credential cache not supported");
return 0;
}
#endif /* !HAVE_GSS_KRB5_CCACHE_NAME */