shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Fri, 17 Sep 2004 17:13:04 +0200

Update of /home/cvs/shishi/lib
In directory dopio:/tmp/cvs-serv23614

Modified Files:
        tkt.c 
Log Message:
Fix.


--- /home/cvs/shishi/lib/tkt.c  2004/09/17 15:09:08     1.48
+++ /home/cvs/shishi/lib/tkt.c  2004/09/17 15:13:04     1.49
@@ -433,7 +433,7 @@
 }
 
 /**
- * shishi_tkt_cnamerealm_p:
+ * shishi_tkt_clientrealm_p:
  * @tkt: input variable with ticket info.
  * @client: principal name (client name and realm) of ticket.
  *
@@ -442,7 +442,7 @@
  * Return value: Returns non-0 iff ticket is for specified client principal.
  **/
 int
-shishi_tkt_cnamerealm_p (Shishi_tkt * tkt, const char *client)
+shishi_tkt_clientrealm_p (Shishi_tkt * tkt, const char *client)
 {
   char *buf;
   size_t buflen;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]