diff options
author | Jeremy Allison <jra@samba.org> | 2000-10-28 19:38:39 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-10-28 19:38:39 +0000 |
commit | 1cb444057a7894ca97706fb65a756e5fdb635f81 (patch) | |
tree | e251df5cf04952b32aafa3db1c75e09b0f742f8f /source3/smbd/sec_ctx.c | |
parent | 234792321c07aa59103fb7502534e6dba0ca4c08 (diff) | |
download | samba-1cb444057a7894ca97706fb65a756e5fdb635f81.tar.gz samba-1cb444057a7894ca97706fb65a756e5fdb635f81.tar.xz 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.c | 2 |
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; } |