12345678910111213 |
- --- nfs-utils-1.3.0.orig/utils/statd/rmtcall.c 2014-03-25 16:12:07.000000000 +0100
- +++ nfs-utils-1.3.0/utils/statd/rmtcall.c 2014-05-17 22:00:46.441569123 +0200
- @@ -90,8 +90,10 @@ statd_get_socket(void)
- __func__);
- break;
- }
- +#if 0
- se = getservbyport(sin.sin_port, "udp");
- if (se == NULL)
- +#endif
- break;
- /* rather not use that port, try again */
-
|