remove XXX
authorJohn Kohl <jtkohl@mit.edu>
Fri, 19 Apr 1991 13:40:56 +0000 (13:40 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 19 Apr 1991 13:40:56 +0000 (13:40 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2003 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/ccbase.c

index 21c94a41c4c54df2a87d7f4fe259edf38e2a8967..2133e98b9d19224b345fdb502e47674ddf1d4394 100644 (file)
@@ -49,7 +49,7 @@ OLDDECLARG(krb5_boolean,override)
            return KRB5_CC_TYPE_EXISTS;
     }
     if (!(t = (struct krb5_cc_typelist *) malloc(sizeof(*t))))
-       return ENOMEM;                  /* XXX */
+       return ENOMEM;
     t->next = cc_typehead;
     t->ops = ops;
     cc_typehead = t;