Full_Name: Hallvard B. Furuseth
Version: HEAD
OS:
URL:
Submission from: (NULL) (129.240.186.42)
slapd/syncrepl.c contains the statement
if ( si->syncUUID_ndn )
printf("syncUUID_ndn = %s\n", si->syncUUID_ndn );
The printf should print si->syncUUID_ndn->bv_val.
I don't know if the if() should also check that bv_val != NULL.