minor updates (acls don't work yet)
This commit is contained in:
4
parse.c
4
parse.c
@@ -13,6 +13,7 @@
|
||||
#include "uint32.h"
|
||||
#include "byte.h"
|
||||
#include "fmt.h"
|
||||
#include "errmsg.h"
|
||||
|
||||
/* these are defined in ldif_parse.c.
|
||||
* We extern them here so we can initialize them.
|
||||
@@ -189,6 +190,9 @@ derrout2:
|
||||
mstorage_add(&stringtable,dummy,5*4);
|
||||
}
|
||||
|
||||
// if ((mduptab_adds(&attributes,"*"))<0)
|
||||
// die(1,"out of memory");
|
||||
|
||||
ldif_parse(argc<2?"exp.ldif":argv[1]);
|
||||
if (!first) {
|
||||
buffer_putsflush(buffer_2,"usage: parse [src-ldif-filename] [dest-bin-filename]\n");
|
||||
|
||||
Reference in New Issue
Block a user