Skip to content

Commit

Permalink
Fix typo in GSS_S_UNAUTHORIZED error message
Browse files Browse the repository at this point in the history
Remove an erroneous double space in the gss_display_status() result
for GSS_S_UNAUTHORIZED.

[ghudson@mit.edu: edit commit message]

(cherry picked from commit 36732bf)

ticket: 8256
version_fixed: 1.14
status: resolved
  • Loading branch information
tkuthan authored and tlyu committed Oct 2, 2015
1 parent 4599701 commit 59df6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/gssapi/mechglue/g_dsp_status.c
Expand Up @@ -251,7 +251,7 @@ gss_buffer_t outStr;

case GSS_S_UNAUTHORIZED:
errStr = _("The operation is forbidden by local "
" security policy");
"security policy");
break;

case GSS_S_UNAVAILABLE:
Expand Down

0 comments on commit 59df6a4

Please sign in to comment.