summaryrefslogtreecommitdiff
path: root/source3/smbd/sec_ctx.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2000-10-12 15:41:16 +0000
committerHerb Lewis <herb@samba.org>2000-10-12 15:41:16 +0000
commit7a42a9da7d26ce4635aa479f93de6794317b2f29 (patch)
tree2be9e907f1b1ec038da7e2ecb8d0e792075aa25e /source3/smbd/sec_ctx.c
parentca4acd520e01a568266f13e3c4ce77ce2ed8d77e (diff)
downloadsamba-7a42a9da7d26ce4635aa479f93de6794317b2f29.tar.gz
samba-7a42a9da7d26ce4635aa479f93de6794317b2f29.tar.bz2
samba-7a42a9da7d26ce4635aa479f93de6794317b2f29.zip
use macros for incrementing profile counters
(This used to be commit cae5eeb16e81b6aa95c68223268513c32aed7056)
Diffstat (limited to 'source3/smbd/sec_ctx.c')
-rw-r--r--source3/smbd/sec_ctx.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/smbd/sec_ctx.c b/source3/smbd/sec_ctx.c
index 6837a8d4f8..1f20ef062e 100644
--- a/source3/smbd/sec_ctx.c
+++ b/source3/smbd/sec_ctx.c
@@ -62,9 +62,7 @@ static BOOL become_uid(uid_t uid)
set_effective_uid(uid);
current_user.uid = uid;
-#ifdef WITH_PROFILE
- profile_p->uid_changes++;
-#endif
+ DO_PROFILE_INC(uid_changes)
return True;
}