Re: [Opendnssec-user] proper C_FindObjectsInit

2014-01-20 Thread Jack Craig
The spectre of hindsight revelation is blinding! Thank you So much! It makes perfect sense now, ... On Mon, Jan 20, 2014 at 2:12 AM, Rickard Bellgrim wrote: > > {CKA_LABEL, (void *)"card_data", sizeof("card_data" -1) }, >> > > Maybe just a typo in the email, but the -1 should be outsid

Re: [Opendnssec-user] proper C_FindObjectsInit

2014-01-20 Thread Rickard Bellgrim
> {CKA_LABEL, (void *)"card_data", sizeof("card_data" -1) }, > Maybe just a typo in the email, but the -1 should be outside the parentheses. > i compute 6 elements total, But then in the C_FindObjectsInit, i pass > ulCount - 1 > and i get no matches. > > should i be doing > > * rv = C_F