summaryrefslogtreecommitdiff
path: root/source3/smbd/uid.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-10-19 00:02:36 +0000
committerJeremy Allison <jra@samba.org>2001-10-19 00:02:36 +0000
commitb49b5b94818827da43dee53346ced84c789fd73d (patch)
treedbc9d3a2d5d636f1defdfd6c42f1abcefb2668ca /source3/smbd/uid.c
parentc416ff851b4ecc7a44aee9d00d07dd481d8ae2a7 (diff)
downloadsamba-b49b5b94818827da43dee53346ced84c789fd73d.tar.gz
samba-b49b5b94818827da43dee53346ced84c789fd73d.tar.bz2
samba-b49b5b94818827da43dee53346ced84c789fd73d.zip
client : Fixed error return.
uid.c: Added missing void. Jeremy. (This used to be commit c2e06ed2219860479868fd1ac18013ae4f891e10)
Diffstat (limited to 'source3/smbd/uid.c')
-rw-r--r--source3/smbd/uid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/uid.c b/source3/smbd/uid.c
index b1012c3c91..2151068de5 100644
--- a/source3/smbd/uid.c
+++ b/source3/smbd/uid.c
@@ -360,7 +360,7 @@ BOOL become_user(connection_struct *conn, uint16 vuid)
return True;
}
-BOOL unbecome_user()
+BOOL unbecome_user(void)
{
pop_sec_ctx();
pop_conn_ctx();