Doh sorry.
On Fri, Sep 29, 2006 at 01:17:36PM +0100, toad wrote:
> WTF? What was wrong with my way, exactly?
>
> On Fri, Sep 29, 2006 at 06:16:51AM +0000, [EMAIL PROTECTED] wrote:
> > Author: volodya
> > Date: 2006-09-29 06:16:47 +0000 (Fri, 29 Sep 2006)
> > New Revision: 10558
> >
> > Modified:
> > trunk/freenet/src/freenet/keys/FreenetURI.java
> > Log:
> > Fixed the problem with SSK inserts
> >
> > Modified: trunk/freenet/src/freenet/keys/FreenetURI.java
> > ===================================================================
> > --- trunk/freenet/src/freenet/keys/FreenetURI.java 2006-09-28 22:49:31 UTC
> > (rev 10557)
> > +++ trunk/freenet/src/freenet/keys/FreenetURI.java 2006-09-29 06:16:47 UTC
> > (rev 10558)
> > @@ -752,7 +752,7 @@
> > }
> >
> > public void checkInsertURI() throws InserterException {
> > - if(metaStr != null && metaStr.length > 0)
> > + if(this.keyType.equalsIgnoreCase("KSK") && metaStr != null &&
> > metaStr.length > 0)
> > throw new
> > InserterException(InserterException.META_STRINGS_NOT_SUPPORTED,this);
> > }> _______________________________________________ > Devl mailing list > [email protected] > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
signature.asc
Description: Digital signature
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
