summaryrefslogtreecommitdiff
path: root/source3/lib/smbrun.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-06-09 06:58:06 +0000
committerAndrew Tridgell <tridge@samba.org>2000-06-09 06:58:06 +0000
commit15cf0e847009faf7fb90bd7e9e27db6999c88eef (patch)
treefc2d0d20859c1e2199b4c76133ef2be076cdf189 /source3/lib/smbrun.c
parent844d3b512de819643624d6d010753b7ca39324de (diff)
downloadsamba-15cf0e847009faf7fb90bd7e9e27db6999c88eef.tar.gz
samba-15cf0e847009faf7fb90bd7e9e27db6999c88eef.tar.bz2
samba-15cf0e847009faf7fb90bd7e9e27db6999c88eef.zip
clean up oplock capability code ready for Linux code
(This used to be commit 70dcc791b45ac64fc536ef449e4e6b53b2b68fd4)
Diffstat (limited to 'source3/lib/smbrun.c')
-rw-r--r--source3/lib/smbrun.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/source3/lib/smbrun.c b/source3/lib/smbrun.c
index 89c924260f..0642c30a75 100644
--- a/source3/lib/smbrun.c
+++ b/source3/lib/smbrun.c
@@ -84,12 +84,11 @@ int smbrun(char *cmd,char *outfile,BOOL shared)
pid_t pid;
uid_t uid = current_user.uid;
gid_t gid = current_user.gid;
-
- /*
- * Lose any kernel oplock capabilities we may have.
- */
- set_process_capability(KERNEL_OPLOCK_CAPABILITY, False);
- set_inherited_process_capability(KERNEL_OPLOCK_CAPABILITY, False);
+
+ /*
+ * Lose any kernel oplock capabilities we may have.
+ */
+ oplock_set_capability(False, False);
#ifndef HAVE_EXECL
{