diff options
Diffstat (limited to 'net/sunrpc/auth_gss')
-rw-r--r-- | net/sunrpc/auth_gss/auth_gss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c index 084656671d6e..cc24323d3045 100644 --- a/net/sunrpc/auth_gss/auth_gss.c +++ b/net/sunrpc/auth_gss/auth_gss.c | |||
@@ -482,6 +482,7 @@ gss_alloc_msg(struct gss_auth *gss_auth, | |||
482 | switch (vers) { | 482 | switch (vers) { |
483 | case 0: | 483 | case 0: |
484 | gss_encode_v0_msg(gss_msg); | 484 | gss_encode_v0_msg(gss_msg); |
485 | break; | ||
485 | default: | 486 | default: |
486 | gss_encode_v1_msg(gss_msg, service_name, gss_auth->target_name); | 487 | gss_encode_v1_msg(gss_msg, service_name, gss_auth->target_name); |
487 | }; | 488 | }; |