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

Re: bug in ldap_set_option



Fixed, thanks.


At 02:05 PM 2/16/00 -0700, Steve Sonntag wrote: 
>>>>
ldap_set_option( NULL, LDAP_OPT_PROTOCOL_VERSION, &ver)
has a bug on line 447
  
     ld->ld_version ers;
          should be
     lo->ld_version ers;
  
-Steve Sonntag

<<<<