FS-5302 missed a word

This commit is contained in:
Anthony Minessale 2013-04-23 17:16:33 -05:00 committed by Brian West
parent d049b71ca7
commit 7ae835daf8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }