patch-utils_statd_rmtcall_c 364 B

12345678910111213
  1. --- nfs-utils-1.3.4.orig/utils/statd/rmtcall.c 2016-08-03 20:25:15.000000000 +0200
  2. +++ nfs-utils-1.3.4/utils/statd/rmtcall.c 2016-10-08 17:55:10.000000000 +0200
  3. @@ -93,8 +93,10 @@ statd_get_socket(void)
  4. __func__);
  5. break;
  6. }
  7. +#if 0
  8. se = getservbyport(sin.sin_port, "udp");
  9. if (se == NULL)
  10. +#endif
  11. break;
  12. if (retries == MAX_BRP_RETRIES) {