The patch submited is missing many free()s and contains errors like like this:
- char host[MAXHOSTNAMELEN]; + char *host; snprintf(host, sizeof(host), "%s.%s", instance, p); I agree with that removing limits are good, but the patch needs more tweeking and jacque is right, xgethostname() is a bad name, I have no idea to name it something better. Love -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]