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:
parent
19e1f610a3
commit
863dddde09
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue