mirror of
https://github.com/samba-team/samba.git
synced 2025-11-18 00:23:50 +03:00
libnetjoin: make libnet_join_rollback() static.
Guenther
This commit is contained in:
@@ -1733,8 +1733,8 @@ static WERROR libnet_DomainJoin(TALLOC_CTX *mem_ctx,
|
||||
/****************************************************************
|
||||
****************************************************************/
|
||||
|
||||
WERROR libnet_join_rollback(TALLOC_CTX *mem_ctx,
|
||||
struct libnet_JoinCtx *r)
|
||||
static WERROR libnet_join_rollback(TALLOC_CTX *mem_ctx,
|
||||
struct libnet_JoinCtx *r)
|
||||
{
|
||||
WERROR werr;
|
||||
struct libnet_UnjoinCtx *u = NULL;
|
||||
|
||||
Reference in New Issue
Block a user