]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix some incorrect comments.
authorAndreas Öman <andreas@lonelycoder.com>
Sun, 1 Mar 2009 22:29:57 +0000 (22:29 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sun, 1 Mar 2009 22:29:57 +0000 (22:29 +0000)
htsp.c

diff --git a/htsp.c b/htsp.c
index f036b2f2bc08c34d74ff2fb6d77f49900e84c0f6..321978af4f30b8bec5a875396d195c3a6a01bfe5 100644 (file)
--- a/htsp.c
+++ b/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)