Commit 27924075 authored by Steve French's avatar Steve French
Browse files

Remove sparse build warning



The recent session setup patch set
(cifs-Separate-rawntlmssp-auth-from-CIFS_SessSetup.patch)
had introduced a trivial sparse build warning.

Signed-off-by: default avatarSteve French <smfrench@gmail.com>
Cc: Sachin Prabhu <sprabhu@redhat.com>
parent 7e48ff82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1366,7 +1366,7 @@ out:
	sess_data->result = rc;
}

int select_sec(struct cifs_ses *ses, struct sess_data *sess_data)
static int select_sec(struct cifs_ses *ses, struct sess_data *sess_data)
{
	int type;