[Pdns-dev] Re: zone2ldap update

bert hubert ahu at ds9a.nl
Sat Nov 29 14:38:06 CET 2003


On Tue, Nov 25, 2003 at 05:38:12PM +0100, Norbert Sendetzky wrote:
Content-Description: clearsigned data

> The attached diff contains a new feature and a few bug fixes for 
> zone2ldap.cc. Now it's possible to generate ldif files containing a 
> tree or a list of entries.

Norbert, I had to replace line 101 of zone2ldap.cc by this:

	while( --j != subparts.begin() )
it used to be: 
	while (--j && j != subparts.begin())

Which may have compiled but does not mean anything.

Can you verify that my change was correct?

-- 
http://www.PowerDNS.com      Open source, database driven DNS Software 
http://lartc.org           Linux Advanced Routing & Traffic Control HOWTO


More information about the Pdns-dev mailing list