FS-5302 missed a word

This commit is contained in:
Anthony Minessale 2013-04-23 17:16:33 -05:00
parent 023d816ca7
commit c2077d7bff
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ SWITCH_STANDARD_APP(oreka_start_function)
oreka->session = session;
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 {
flags = SMBF_READ_REPLACE | SMBF_WRITE_REPLACE | SMBF_ANSWER_REQ;
}