Remove the call to krb5_db_fini() - as rest of the db code was pulled
during DAL integration. This removes dependency on db libraries -
alter Makefile.in.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19822
dc483132-0cff-0310-8789-
dd5450dbe970
t_kerb: $(T_KERB_OBJS) $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o t_kerb $(T_KERB_OBJS) $(KRB5_BASE_LIBS)
-t_ser: $(T_SER_OBJS) $(KDB5_DEPLIBS) $(KRB5_BASE_DEPLIBS)
- $(CC_LINK) -o t_ser $(T_SER_OBJS) \
- $(KDB5_LIBS) $(KRB5_BASE_LIBS) $(DL_LIB) $(THREAD_LINKOPTS)
+t_ser: $(T_SER_OBJS) $(KRB5_BASE_DEPLIBS)
+ $(CC_LINK) -o t_ser $(T_SER_OBJS) $(KRB5_BASE_LIBS)
t_deltat : $(T_DELTAT_OBJS) $(SUPPORT_DEPLIB)
$(CC_LINK) -o t_deltat $(T_DELTAT_OBJS) $(SUPPORT_LIB)
/* Free the data */
switch (dtype) {
case KV5M_CONTEXT:
- krb5_db_fini((krb5_context) nctx);
krb5_free_context((krb5_context) nctx);
break;
case KV5M_AUTH_CONTEXT: