The last user was removed by
3d09993725412bb0e856cc2ebf6ac68f8e762730.
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Wed Jul 29 13:44:47 UTC 2020 on sn-devel-184
gid_t get_current_gid(connection_struct *conn);
const struct security_unix_token *get_current_utok(connection_struct *conn);
const struct security_token *get_current_nttok(connection_struct *conn);
-uint64_t get_current_vuid(connection_struct *conn);
/* The following definitions come from smbd/utmp.c */
}
return sec_ctx_active_token();
}
-
-uint64_t get_current_vuid(connection_struct *conn)
-{
- return current_user.vuid;
-}