On Sat, Oct 28, 2006 at 11:02:11PM +0200, <Alpt>:
~> ~> [EMAIL PROTECTED]:~# ntkd -i eth0 -D -dddddd -r
~> ~> ! request.c:190: The "ANDNA_REGISTER_HNAME" request has been already
~> ~> added or its hash it's collinding with another request. In the former
~> ~> case, avoid to register this request,in the latter, change the name of
~> ~> the request
~> 
~> In other words, don't expect the CVS code to be stable.

Btw, it just needed this patch:

--- request.c~  2006-09-11 00:14:28.000000000 +0200
+++ request.c   2006-10-28 23:02:46.000000000 +0200
@@ -181,7 +181,7 @@
 
        hash=rq_hash_name(rq_name);
 
-       if(rq_lsearch_hash(hash))
+       if(rq_lsearch_hash(hash) != -1)
                fatal(ERROR_MSG 
                      "The \"%s\" request has been already added or its hash "
                      "it's collinding with another request. "
@@ -309,7 +309,7 @@
 
        hash=rqerr_hash_name(err_name);
 
-       if(rqerr_lsearch_hash(hash))
+       if(rqerr_lsearch_hash(hash) != -1)
                fatal(ERROR_MSG
                      "The \"%s\" error has been already added or its hash "
                      "it's collinding with another error. "


Sigh, I miss the CVS, I cannot wait until monday.
Shall we put up a temporary one from backups?
-- 
:wq!
"I don't know nothing" The One Who reached the Thinking Matter   '.'

[ Alpt --- Freaknet Medialab ]
[ GPG Key ID 441CF0EE ]
[ Key fingerprint = 8B02 26E8 831A 7BB9 81A9  5277 BFF8 037E 441C F0EE ]
_______________________________________________
Netsukuku mailing list
[email protected]
http://lists.dyne.org/mailman/listinfo/netsukuku

Reply via email to