025EA104   Context already established.

Explanation

The gss_init_sec_context() function is called to continue setting up the security context. However, the security context has already been established. The application should not call gss_init_sec_context() again unless the previous call returned a major status of GSS_C_CONTINUE_NEEDED.

User response

Verify that the previous call to gss_init_sec_context() returned a major status of GSS_C_CONTINUE_NEEDED.