entry.clear();
entry.add( uuid );
}
Response resp = generateResponse( session, req, entry );
resp.addControl( syncStateControl );
LOG.debug( "Sending {}", entry.getDn() );
PROVIDER_LOG.debug( "Sending the entry:\n {}", resp );
session.getIoSession().write( resp );
}