[Date Prev][Date Next] [Chronological] [Thread] [Top]

LDAP_SYNCREPL assigns char* to BerVarray (ITS#2618)



Full_Name: Hallvard B Furuseth
Version: HEAD
OS: 
URL: 
Submission from: (NULL) (129.240.186.42)
Submitted by: hallvard


Compiling with LDAP_SYNCREPL complains about the statement
	defref = op->o_bd->syncinfo->masteruri;
where defref is a BerVarray and masteruri is a char*, in
add.c:331, modify.c:451, delete.c:214, modrdn.c:378, passwd.c:62.