Fix some incorrect comments.
This commit is contained in:
parent
4b57b2ecc8
commit
0836d96434
1 changed files with 2 additions and 2 deletions
4
htsp.c
4
htsp.c
|
@ -480,7 +480,7 @@ htsp_update_challenge(htsp_connection_t *htsp)
|
|||
|
||||
|
||||
/**
|
||||
* Request unsubscription for a channel
|
||||
* Return a challenge
|
||||
*/
|
||||
static htsmsg_t *
|
||||
htsp_method_get_challenge(htsp_connection_t *htsp, htsmsg_t *in)
|
||||
|
@ -498,7 +498,7 @@ htsp_method_get_challenge(htsp_connection_t *htsp, htsmsg_t *in)
|
|||
|
||||
|
||||
/**
|
||||
* Request unsubscription for a channel
|
||||
* Authenticate with user + sha1 digest [password + challenge]
|
||||
*/
|
||||
static htsmsg_t *
|
||||
htsp_method_authenticate(htsp_connection_t *htsp, htsmsg_t *in)
|
||||
|
|
Loading…
Add table
Reference in a new issue