kdb5.c for consistency with other uses of mandatory vtable functions.
ticket: 6749
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24172
dc483132-0cff-0310-8789-
dd5450dbe970
#include <k5-int.h>
#include <osconf.h>
#include "kdb5.h"
-#include <assert.h>
#include "kdb_log.h"
#include "kdb5int.h"
status = get_vftabl(kcontext, &v);
if (status)
goto clean_n_exit;
- assert(v->init_module != NULL);
status = v->init_module(kcontext, section, db_args, mode);
clean_n_exit:
return 0;
v = &kcontext->dal_handle->lib_handle->vftabl;
- assert(v->fini_module != NULL);
status = v->fini_module(kcontext);
if (status)