Skip to content

Commit 2174aa0

Browse files
committed
gssapi: correct incorrect case in error message
1 parent 3f6fe05 commit 2174aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transports/auth_negotiate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ static int negotiate_next_token(
105105

106106
if (GSS_ERROR(status_major)) {
107107
negotiate_err_set(status_major, status_minor,
108-
"Could not parse principal");
108+
"could not parse principal");
109109
error = -1;
110110
goto done;
111111
}

0 commit comments

Comments
 (0)