mirror of
https://abf.rosa.ru/djam/glibc.git
synced 2025-02-23 15:02:47 +00:00
12 lines
435 B
Diff
12 lines
435 B
Diff
diff -up glibc-2.30/nis/ypclnt.c.17~ glibc-2.30/nis/ypclnt.c
|
|
--- glibc-2.30/nis/ypclnt.c.17~ 2019-08-02 13:54:49.077566424 +0200
|
|
+++ glibc-2.30/nis/ypclnt.c 2019-08-02 13:55:21.850394517 +0200
|
|
@@ -590,7 +590,7 @@ yp_master (const char *indomain, const c
|
|
{
|
|
ypreq_nokey req;
|
|
ypresp_master resp;
|
|
- enum clnt_stat result;
|
|
+ int result;
|
|
|
|
if (indomain == NULL || indomain[0] == '\0'
|
|
|| inmap == NULL || inmap[0] == '\0')
|