[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#6654) ldifutil.c introduced a dependence of libldap on liblutil that is not strictly necessary
- To: openldap-its@OpenLDAP.org
- Subject: (ITS#6654) ldifutil.c introduced a dependence of libldap on liblutil that is not strictly necessary
- From: masarati@aero.polimi.it
- Date: Mon, 20 Sep 2010 22:08:15 GMT
- Auto-submitted: auto-generated (OpenLDAP-ITS)
Full_Name: Pierangelo Masarati
Version: HEAD
OS: irrelevant
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (188.153.50.138)
Submitted by: ando
lutil_atoix() is used to parse the version; since we only explicitly allow
LDIFv1, a string comparison suffices right now.
p.