27 lines
846 B
Diff
27 lines
846 B
Diff
|
--- nfs-ganesha-pre-2.0-RC3/src/os/linux/subr.c.orig 2013-11-04 13:17:41.284000000 -0500
|
||
|
+++ nfs-ganesha-pre-2.0-RC3/src/os/linux/subr.c 2013-11-04 13:31:05.496000000 -0500
|
||
|
@@ -127,7 +127,6 @@
|
||
|
{
|
||
|
uid_t orig_uid = setfsuid(uid);
|
||
|
if (uid != setfsuid(uid)) {
|
||
|
- setfsuid(orig_uid);
|
||
|
LogCrit(COMPONENT_FSAL, "Could not set user identity");
|
||
|
}
|
||
|
return orig_uid;
|
||
|
@@ -137,7 +136,6 @@
|
||
|
{
|
||
|
gid_t orig_gid = setfsgid(gid);
|
||
|
if (gid != setfsgid(gid)) {
|
||
|
- setfsgid(orig_gid);
|
||
|
LogCrit(COMPONENT_FSAL, "Could not set group identity");
|
||
|
}
|
||
|
return orig_gid;
|
||
|
--- nfs-ganesha-pre-2.0-RC3/src/tools/ganestat.pl.orig 2013-11-04 16:46:40.414916999 -0500
|
||
|
+++ nfs-ganesha-pre-2.0-RC3/src/tools/ganestat.pl 2013-11-04 16:47:09.108916999 -0500
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!/bin/env perl
|
||
|
+#!/usr/bin/perl
|
||
|
#
|
||
|
################## Doxygen header ##################
|
||
|
#*
|