37.5. slapi_rdn_done()

Description

This function clears the contents of a Slapi_RDN structure. It frees both the RDN value and the array of split RDNs. Those pointers are then set to NULL.

Syntax

#include "slapi-plugin.h"
void slapi_rdn_done(Slapi_RDN *rdn);

Parameters

This function takes the following parameter:

rdn
Pointer to the structure to be cleared.