Fixed #ifdef 0 --> #if 0
authorTheodore Tso <tytso@mit.edu>
Thu, 3 Jun 1993 11:48:11 +0000 (11:48 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 3 Jun 1993 11:48:11 +0000 (11:48 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2577 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/policy.c

index 79229827a4b4212067238f8b73c741bda084ba1e..944cc6486fb3f22ad44fca46435760e14fdc2ddd 100644 (file)
@@ -58,7 +58,7 @@ krb5_db_entry server;
 krb5_ticket *ticket;
 char **status;
 {
-#ifdef 0
+#if 0
     /*
      * For example, if your site wants to disallow ticket forwarding,
      * you might do something like this: