From: Ralph Boehme Date: Wed, 10 Jan 2024 14:03:49 +0000 (+0100) Subject: net: remove a newline X-Git-Tag: talloc-2.4.2~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=340753a2554ce9a842a6c90d684fb0510def81a1;p=thirdparty%2Fsamba.git net: remove a newline BUG: https://bugzilla.samba.org/show_bug.cgi?id=15533 Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- 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;