From 340753a2554ce9a842a6c90d684fb0510def81a1 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Wed, 10 Jan 2024 15:03:49 +0100 Subject: [PATCH] net: remove a newline BUG: https://bugzilla.samba.org/show_bug.cgi?id=15533 Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- source3/utils/net_rpc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 814c34d5ffc..2a563a85d11 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -6542,7 +6542,6 @@ static int rpc_trustdom_establish(struct net_context *c, int argc, TALLOC_CTX *mem_ctx; NTSTATUS nt_status, result; struct dom_sid *domain_sid; - char* domain_name; char* acct_name; fstring pdc_name; -- 2.34.1