[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Help! Syntax &normalize



At 04:33 PM 10/23/00 +0800, Guolion wrote:
>I'm reading   source code of OpenLDAP2.0.6. I am a new user and C coder.
>I can't find Syntax 's normalize method have any reality. 
>So these statements I can't understand.
>in register_ayntax():
>> code = syn_add( syn, flags, validate, ber2str, str2ber, &err);

The attribute names are misnamed, but the proper assignment
is being made to the underlying syntax.  I renamed the
arguments in HEAD.

Kurt