diff for duplicates of <5833FF9E.1030707@bfs.de> diff --git a/a/1.txt b/N1/1.txt index 7270ab7..eb723ef 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -33,14 +33,14 @@ Am 21.11.2016 22:53, schrieb Christophe JAILLET: > } > > - if (rsp->ShareType & SMB2_SHARE_TYPE_DISK) -> + if (rsp->ShareType = SMB2_SHARE_TYPE_DISK) { +> + if (rsp->ShareType == SMB2_SHARE_TYPE_DISK) { > cifs_dbg(FYI, "connection to disk share\n"); > - else if (rsp->ShareType & SMB2_SHARE_TYPE_PIPE) { -> + } else if (rsp->ShareType = SMB2_SHARE_TYPE_PIPE) { +> + } else if (rsp->ShareType == SMB2_SHARE_TYPE_PIPE) { > tcon->ipc = true; > cifs_dbg(FYI, "connection to pipe share\n"); > - } else if (rsp->ShareType & SMB2_SHARE_TYPE_PRINT) { -> + } else if (rsp->ShareType = SMB2_SHARE_TYPE_PRINT) { +> + } else if (rsp->ShareType == SMB2_SHARE_TYPE_PRINT) { > tcon->print = true; > cifs_dbg(FYI, "connection to printer\n"); > } else { diff --git a/a/content_digest b/N1/content_digest index 8505813..4afb0ba 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020161121215352.3183-1-christophe.jaillet@wanadoo.fr\0" "From\0walter harms <wharms@bfs.de>\0" "Subject\0Re: [PATCH] SMB2: Fix share type handling\0" - "Date\0Tue, 22 Nov 2016 08:19:42 +0000\0" + "Date\0Tue, 22 Nov 2016 09:19:42 +0100\0" "To\0Christophe JAILLET <christophe.jaillet@wanadoo.fr>\0" "Cc\0sfrench@samba.org" linux-cifs@vger.kernel.org @@ -45,14 +45,14 @@ "> \t}\n" "> \n" "> -\tif (rsp->ShareType & SMB2_SHARE_TYPE_DISK)\n" - "> +\tif (rsp->ShareType = SMB2_SHARE_TYPE_DISK) {\n" + "> +\tif (rsp->ShareType == SMB2_SHARE_TYPE_DISK) {\n" "> \t\tcifs_dbg(FYI, \"connection to disk share\\n\");\n" "> -\telse if (rsp->ShareType & SMB2_SHARE_TYPE_PIPE) {\n" - "> +\t} else if (rsp->ShareType = SMB2_SHARE_TYPE_PIPE) {\n" + "> +\t} else if (rsp->ShareType == SMB2_SHARE_TYPE_PIPE) {\n" "> \t\ttcon->ipc = true;\n" "> \t\tcifs_dbg(FYI, \"connection to pipe share\\n\");\n" "> -\t} else if (rsp->ShareType & SMB2_SHARE_TYPE_PRINT) {\n" - "> +\t} else if (rsp->ShareType = SMB2_SHARE_TYPE_PRINT) {\n" + "> +\t} else if (rsp->ShareType == SMB2_SHARE_TYPE_PRINT) {\n" "> \t\ttcon->print = true;\n" "> \t\tcifs_dbg(FYI, \"connection to printer\\n\");\n" "> \t} else {\n" @@ -79,4 +79,4 @@ "\tbreak;\n" default: -7f9701144bda297b589fd440793feed986665947f5c2f1d7be41e54f6a6e8e44 +853f6f1445d1ee938dcbb9b72d22a8187e8b2daf28bb499485229b7d962a31c4
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.