Commit 0c6e1732 authored by Pierre Ynard's avatar Pierre Ynard

live555: fix typo in comment

parent fa011398
...@@ -597,7 +597,7 @@ describe: ...@@ -597,7 +597,7 @@ describe:
if( b_firstpass ) if( b_firstpass )
{ /* describeURL always returns an "RTSP/1.0 401 Unauthorized" the { /* describeURL always returns an "RTSP/1.0 401 Unauthorized" the
* first time. This is a workaround to avoid asking for a * first time. This is a workaround to avoid asking for a
* user/passwd the first time the code passess here. */ * user/passwd the first time the code passes here. */
i_code = 0; i_code = 0;
b_firstpass = false; b_firstpass = false;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment