You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
314 B

  1. --- a/support/nfsidmap/libnfsidmap.c
  2. +++ b/support/nfsidmap/libnfsidmap.c
  3. @@ -89,6 +89,10 @@ gid_t nobody_gid = (gid_t)-1;
  4. #define NFS4DNSTXTREC "_nfsv4idmapdomain"
  5. #endif
  6. +#ifndef NS_MAXMSG
  7. +#define NS_MAXMSG 65535
  8. +#endif
  9. +
  10. /* Default logging fuction */
  11. static void default_logger(const char *fmt, ...)
  12. {