diff options
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 1cff9aa9020c..ddb359906708 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -91,7 +91,8 @@ enum statusEnum { | |||
91 | CifsNew = 0, | 91 | CifsNew = 0, |
92 | CifsGood, | 92 | CifsGood, |
93 | CifsExiting, | 93 | CifsExiting, |
94 | CifsNeedReconnect | 94 | CifsNeedReconnect, |
95 | CifsNeedNegotiate | ||
95 | }; | 96 | }; |
96 | 97 | ||
97 | enum securityEnum { | 98 | enum securityEnum { |