krb5_init_ets().
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9304
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Nov 6 14:02:21 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * init_ctx.c (krb5_init_context): Initialize the error tables, so
+ applications don't need to call krb5_init_ets().
+
Tue Nov 5 08:09:23 1996 Ezra Peisach <epeisach@mit.edu>
* serialize.c (krb5_register_serializer): Do not free a NULL pointer.
memset(ctx, 0, sizeof(struct _krb5_context));
ctx->magic = KV5M_CONTEXT;
+ /* Initialize error tables */
+ krb5_init_ets(ctx);
+
/* Set the default encryption types, possible defined in krb5/conf */
if ((retval = krb5_set_default_in_tkt_ktypes(ctx, NULL)))
goto cleanup;