Search the web
Sign In
New User? Sign Up
dnrd · DNRD discussion list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
make_cname() ?   Message List  
Reply | Forward Message #260 of 261 |
I've download and tried dnrd,
but I can not add server "172.19.1.11" (for example).
After tracing code,
in make_cname(), dnrd check the variables "end" and "tptr" as below:

if (end < tptr + 2) {
free(cname);
return NULL;
}
when it check the third tuple "1", end will become (tptr + 1) and
the NULL result is returned.

I've modified this condition to "if (end <= tptr )",
is it more appropriate ?


Best Regards.
CYL





Fri Sep 3, 2004 9:39 am

u8617044
Offline Offline
Send Email Send Email

Forward
Message #260 of 261 |
Expand Messages Author Sort by Date

I've download and tried dnrd, but I can not add server "172.19.1.11" (for example). After tracing code, in make_cname(), dnrd check the variables "end" and...
u8617044
Offline Send Email
Sep 7, 2004
2:14 pm

Hi! I'm sorry for the late answer. This list is no longer in use. Please use dnrd-user@... instead. ...
Natanael Copa
natanaelcopa
Offline Send Email
Sep 7, 2004
2:26 pm
< Prev Topic  |  Next Topic >
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help