OSDN Git Service

Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
[tomoyo/tomoyo-test1.git] / fs / cifs / connect.c
index 3aa457f..9ae695a 100644 (file)
@@ -2074,7 +2074,8 @@ match_security(struct TCP_Server_Info *server, struct smb_vol *vol)
         * that was specified, or "Unspecified" if that sectype was not
         * compatible with the given NEGOTIATE request.
         */
-       if (select_sectype(server, vol->sectype) == Unspecified)
+       if (server->ops->select_sectype(server, vol->sectype)
+            == Unspecified)
                return false;
 
        /*