FS-5302 missed a word
This commit is contained in:
parent
d049b71ca7
commit
7ae835daf8
|
@ -625,7 +625,7 @@ SWITCH_STANDARD_APP(oreka_start_function)
|
||||||
oreka->session = session;
|
oreka->session = session;
|
||||||
|
|
||||||
if (oreka->mux_streams) {
|
if (oreka->mux_streams) {
|
||||||
flags = SMBF_READ_STREAM | SMBF_WRITE_STREAM | SMBF_ANSWER_REQ;
|
flags = SMBF_READ_STREAM | SMBF_WRITE_STREAM | SMBF_READ_PING | SMBF_ANSWER_REQ;
|
||||||
} else {
|
} else {
|
||||||
flags = SMBF_READ_REPLACE | SMBF_WRITE_REPLACE | SMBF_ANSWER_REQ;
|
flags = SMBF_READ_REPLACE | SMBF_WRITE_REPLACE | SMBF_ANSWER_REQ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue