https://bugzilla.samba.org/show_bug.cgi?id=5235
[EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Comment #1 from [EMAIL PROTECTED] 2008-02-05 21:08 CST ------- The MAXPATHLEN value is supposed to be the maximum length of a string that the file-handling functions of your OS can accept. If your OS (or maybe cygwin?) has it set too small, you should tell those responsible to make it larger. In the meantime, you can also redefine MAXPATHLEN in config.h so that the whole app benefits (use #undef before the #define). Making some buffers use BIGPATHBUFLEN instead of MAXPATHLEN can cause problems. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html