fixed #1319. send correct response

This commit is contained in:
orignal 2019-03-29 09:29:28 -04:00
parent 1f9cf6ed7c
commit f1c24689bf
2 changed files with 2 additions and 1 deletions

View file

@ -479,7 +479,7 @@ namespace client
}
}
else
SendMessageReply(SAM_SESSION_STATUS_INVALID_KEY, strlen(SAM_SESSION_STATUS_INVALID_KEY), true);
SendMessageReply (SAM_STREAM_STATUS_INVALID_KEY, strlen(SAM_STREAM_STATUS_INVALID_KEY), true);
}
else
SendMessageReply (SAM_STREAM_STATUS_INVALID_ID, strlen(SAM_STREAM_STATUS_INVALID_ID), true);