1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

fix typo of code.

This commit is contained in:
winlin 2015-06-08 17:43:28 +08:00
parent 19e1f610a3
commit 863dddde09

View file

@ -86,7 +86,7 @@ protected:
/**
* whether the connection is disposed,
* when disposed, connection should stop cycle and cleanup itself.
*/;
*/
bool disposed;
public:
SrsConnection(IConnectionManager* cm, st_netfd_t c);