ITS#9898 tests: fix slapd-addel non-std syntax

Broken in f5bef58cae
This commit is contained in:
Howard Chu 2022-08-09 18:11:30 +01:00 committed by Quanah Gibson-Mount
parent aef1c05089
commit 21abafcc9d

View file

@ -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 );