* $Source$
* $Author$
*
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include "krb425.h"
int
if (!client_principal)
krb5_cc_get_principal(_krb425_ccache, &client_principal);
+ memset((char *)&creds, 0, sizeof(creds));
creds.client = client_principal;
creds.server = server;
creds.times.endtime = 0;