1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +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, * whether the connection is disposed,
* when disposed, connection should stop cycle and cleanup itself. * when disposed, connection should stop cycle and cleanup itself.
*/; */
bool disposed; bool disposed;
public: public:
SrsConnection(IConnectionManager* cm, st_netfd_t c); SrsConnection(IConnectionManager* cm, st_netfd_t c);