Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE12
ntp
ntp-4.2.6p2-ntpq-speedup-782060.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ntp-4.2.6p2-ntpq-speedup-782060.patch of Package ntp
From: Bernhard M. Wiedemann <bwiedemann suse de> do not ask for ntp service in all protocols which is very slow (bnc#782060) --- libntp/decodenetnum.c.orig 2012-11-12 15:12:02.000000000 +0100 +++ libntp/decodenetnum.c 2012-11-12 15:13:18.000000000 +0100 @@ -70,7 +70,7 @@ } ZERO(hints); hints.ai_flags = Z_AI_NUMERICHOST; - err = getaddrinfo(cp, "ntp", &hints, &ai); + err = getaddrinfo(cp, NULL, &hints, &ai); if (err != 0) return 0; NTP_INSIST(ai->ai_addrlen <= sizeof(*netnum));
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor