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)
commit4143aa83c029848d8ec741d9218b3fa6e3fd28dd
tree414341d4afe0fa2677240021a3edabd22d7c5637
parent4ace291278d9a44f5c577bdd3b282c1231e543df
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
source/lib/messages.c
source/lib/util_sec.c
source/smbd/posix_acls.c