remove ison
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3385 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -40,17 +40,6 @@
|
|||||||
|
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
static int
|
|
||||||
ison (const char *s)
|
|
||||||
{
|
|
||||||
return strcasecmp (s, "y") == 0
|
|
||||||
|| strcasecmp (s, "yes") == 0
|
|
||||||
|| strcasecmp (s, "t") == 0
|
|
||||||
|| strcasecmp (s, "true") == 0
|
|
||||||
|| strcasecmp (s, "1") == 0
|
|
||||||
|| strcasecmp (s, "on") == 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
krb5_verify_init_creds_opt_init(krb5_verify_init_creds_opt *options)
|
krb5_verify_init_creds_opt_init(krb5_verify_init_creds_opt *options)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user