summaryrefslogtreecommitdiff
path: root/source3/smbd/sec_ctx.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-10-28 19:38:39 +0000
committerJeremy Allison <jra@samba.org>2000-10-28 19:38:39 +0000
commit1cb444057a7894ca97706fb65a756e5fdb635f81 (patch)
treee251df5cf04952b32aafa3db1c75e09b0f742f8f /source3/smbd/sec_ctx.c
parent234792321c07aa59103fb7502534e6dba0ca4c08 (diff)
downloadsamba-1cb444057a7894ca97706fb65a756e5fdb635f81.tar.gz
samba-1cb444057a7894ca97706fb65a756e5fdb635f81.tar.bz2
samba-1cb444057a7894ca97706fb65a756e5fdb635f81.zip
David Lee's utmp patch (finally). Thanks David !
Jeremy. (This used to be commit b809a2d0c81c54e917ccc0c99b3e70ea8d7ceab1)
Diffstat (limited to 'source3/smbd/sec_ctx.c')
-rw-r--r--source3/smbd/sec_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/sec_ctx.c b/source3/smbd/sec_ctx.c
index f316156222..ef446ed759 100644
--- a/source3/smbd/sec_ctx.c
+++ b/source3/smbd/sec_ctx.c
@@ -62,7 +62,7 @@ static BOOL become_uid(uid_t uid)
set_effective_uid(uid);
current_user.uid = uid;
- DO_PROFILE_INC(uid_changes)
+ DO_PROFILE_INC(uid_changes);
return True;
}