aboutsummaryrefslogtreecommitdiff
path: root/src/lib/rpc/auth_gssapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/rpc/auth_gssapi.c')
-rw-r--r--src/lib/rpc/auth_gssapi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/rpc/auth_gssapi.c b/src/lib/rpc/auth_gssapi.c
index 7d51d3d..455856c 100644
--- a/src/lib/rpc/auth_gssapi.c
+++ b/src/lib/rpc/auth_gssapi.c
@@ -338,11 +338,6 @@ next_token:
AUTH_GSSAPI_DISPLAY_STATUS(("in response from server",
call_res.gss_major,
call_res.gss_minor));
- if (GSS_ERROR(call_res.gss_major) == GSS_S_BAD_BINDINGS
- && call_arg.version > 2) {
- call_arg.version = 2;
- goto try_new_version;
- }
goto cleanup;
}