Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 532514 | Differences between
and this patch

Collapse All | Expand All

(-)a/utils/statd/rmtcall.c (+2 lines)
Lines 90-97 statd_get_socket(void) Link Here
90
					__func__);
90
					__func__);
91
			break;
91
			break;
92
		}
92
		}
93
#if 0
93
		se = getservbyport(sin.sin_port, "udp");
94
		se = getservbyport(sin.sin_port, "udp");
94
		if (se == NULL)
95
		if (se == NULL)
96
#endif
95
			break;
97
			break;
96
		/* rather not use that port, try again */
98
		/* rather not use that port, try again */
97
99

Return to bug 532514