summaryrefslogtreecommitdiffstats
path: root/source/profile
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-10-11 09:35:01 +0000
committerJeremy Allison <jra@samba.org>2001-10-11 09:35:01 +0000
commitf0b5382869d12249e593ac2f10fc9f1f9d03bae6 (patch)
tree97543b143f7e42dfdfd7e6e46ad22d0fd59bcdab /source/profile
parent8d4870bccd026d059c160de3642bb427338256ec (diff)
downloadsamba-f0b5382869d12249e593ac2f10fc9f1f9d03bae6.tar.gz
samba-f0b5382869d12249e593ac2f10fc9f1f9d03bae6.tar.xz
samba-f0b5382869d12249e593ac2f10fc9f1f9d03bae6.zip
Sync-up with SAMBA_2_2 branch.
Jeremy.
Diffstat (limited to 'source/profile')
-rw-r--r--source/profile/profile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/profile/profile.c b/source/profile/profile.c
index 20ad8531d88..430732c6f86 100644
--- a/source/profile/profile.c
+++ b/source/profile/profile.c
@@ -130,10 +130,12 @@ BOOL profile_setup(BOOL rdonly)
return False;
}
+#if 0
if (shm_ds.shm_perm.cuid != 0 || shm_ds.shm_perm.cgid != 0) {
DEBUG(0,("ERROR: root did not create the shmem\n"));
return False;
}
+#endif
if (shm_ds.shm_segsz != sizeof(*profile_h)) {
DEBUG(0,("WARNING: profile size is %d (expected %d). Deleting\n",