r17294: Make the code a little cleaner. Instead of using the two
authorJeremy Allison <jra@samba.org>
Fri, 28 Jul 2006 22:56:41 +0000 (22:56 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:24 +0000 (11:38 -0500)
commite4e2be0d8b5778ecc5c521b9e0e0b4c05ac87394
tree9d0d4a562c543c0f5686e4c0c16f6c7853abb1fa
parenta093a76dc14303fd1c42fb2c0b87faf3748815e4
r17294: Make the code a little cleaner. Instead of using the two
calls make it :

become_root_uid_only()
operation
unbecome_root_uid_only()

saving errno across the second call. Most of our internal
change calls can be replaced with these simple calls.

Jeremy
(This used to be commit 4143aa83c029848d8ec741d9218b3fa6e3fd28dd)
source3/lib/messages.c
source3/lib/util_sec.c
source3/smbd/posix_acls.c