Pierangelo Masarati wrote:
Pierangelo Masarati wrote: I note that slap_compose_sync_cookie() is still generating the rid with %03d, but since you've changed the rid to be valid up to 4095, it should %03x.
Fixed, thanks.
Of course, now slap_parse_sync_cookie() also needs to be changed accordingly.
Tell me again why we changed the range of RIDs? They weren't broken before, why muck with them?