diff options
Diffstat (limited to 'meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47/014-uninitialized.patch')
-rw-r--r-- | meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47/014-uninitialized.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47/014-uninitialized.patch b/meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47/014-uninitialized.patch deleted file mode 100644 index 370f440d2c..0000000000 --- a/meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47/014-uninitialized.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [other] | ||
2 | Upstream is not making further releases of this software. | ||
3 | |||
4 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
5 | |||
6 | # Patch origin: nfs-server source RPM from openSUSE 10.3 | ||
7 | |||
8 | --- nfs-server/mountd.c | ||
9 | +++ nfs-server/mountd.c | ||
10 | @@ -278,6 +278,7 @@ | ||
11 | || (mp = auth_path(cp, rqstp, dir)) == NULL | ||
12 | || mp->o.noaccess) { | ||
13 | #ifdef WANT_LOG_MOUNTS | ||
14 | + addr = svc_getcaller(rqstp->rq_xprt)->sin_addr; | ||
15 | Dprintf(L_WARNING, "Blocked attempt of %s to pathconf(%s)\n", | ||
16 | inet_ntoa(addr), dir); | ||
17 | #endif /* WANT_LOG_MOUNTS */ | ||