diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rpmug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rpmug.c b/lib/rpmug.c index 119d8e585..2de62111c 100644 --- a/lib/rpmug.c +++ b/lib/rpmug.c @@ -174,7 +174,6 @@ static void loadLibs(void) endpwent(); (void) getgrnam(GID_0_GROUP); endgrent(); - (void) gethostbyname("localhost"); } int rpmugInit(void) |