diff options
| -rw-r--r-- | fs/cifs/sess.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/sess.c b/fs/cifs/sess.c index 352358de1d7e..e87387dbf39f 100644 --- a/fs/cifs/sess.c +++ b/fs/cifs/sess.c | |||
| @@ -500,9 +500,9 @@ select_sectype(struct TCP_Server_Info *server, enum securityEnum requested) | |||
| 500 | return NTLMv2; | 500 | return NTLMv2; |
| 501 | if (global_secflags & CIFSSEC_MAY_NTLM) | 501 | if (global_secflags & CIFSSEC_MAY_NTLM) |
| 502 | return NTLM; | 502 | return NTLM; |
| 503 | /* Fallthrough */ | ||
| 504 | default: | 503 | default: |
| 505 | return Unspecified; | 504 | /* Fallthrough to attempt LANMAN authentication next */ |
| 505 | break; | ||
| 506 | } | 506 | } |
| 507 | case CIFS_NEGFLAVOR_LANMAN: | 507 | case CIFS_NEGFLAVOR_LANMAN: |
| 508 | switch (requested) { | 508 | switch (requested) { |
