Incorporate into kadmin.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4033 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-16 11:00:53 +00:00
parent a66ce0dd11
commit fc3c776c5b
2 changed files with 30 additions and 2 deletions

View File

@@ -36,7 +36,8 @@
* SUCH DAMAGE.
*/
#include "admin_locl.h"
#include "kadmin_locl.h"
#include <kadm5/private.h>
RCSID("$Id$");
@@ -192,6 +193,7 @@ doit(char *filename, int merge)
int flags = O_RDWR;
struct entry e;
hdb_entry ent;
HDB *db = _kadm5_s_get_db(kadm_handle);
f = fopen(filename, "r");
if(f == NULL){