Commit 2174aa0a by Edward Thomson

gssapi: correct incorrect case in error message

parent 3f6fe054
...@@ -105,7 +105,7 @@ static int negotiate_next_token( ...@@ -105,7 +105,7 @@ static int negotiate_next_token(
if (GSS_ERROR(status_major)) { if (GSS_ERROR(status_major)) {
negotiate_err_set(status_major, status_minor, negotiate_err_set(status_major, status_minor,
"Could not parse principal"); "could not parse principal");
error = -1; error = -1;
goto done; goto done;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment