mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
parent
aef1c05089
commit
21abafcc9d
1 changed files with 2 additions and 2 deletions
|
|
@ -65,9 +65,9 @@ main( int argc, char **argv )
|
||||||
char *filename = NULL, *buf = NULL;
|
char *filename = NULL, *buf = NULL;
|
||||||
int friendly = 0;
|
int friendly = 0;
|
||||||
struct LDIFFP *fp;
|
struct LDIFFP *fp;
|
||||||
LDIFRecord record = {};
|
LDIFRecord record = {0};
|
||||||
struct tester_conn_args *config;
|
struct tester_conn_args *config;
|
||||||
struct berval bv = {};
|
struct berval bv = {0};
|
||||||
unsigned long lineno = 0;
|
unsigned long lineno = 0;
|
||||||
|
|
||||||
config = tester_init( "slapd-addel", TESTER_ADDEL );
|
config = tester_init( "slapd-addel", TESTER_ADDEL );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue