mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
r8095: Fix compiler warning.
rafal (This used to be commit 6736ab102f60f8e14d10f430f3e5a0eef478bc81)
This commit is contained in:
parent
dd36f13320
commit
8cedebd993
@ -126,7 +126,7 @@ static NTSTATUS libnet_RpcConnectPdc(struct libnet_context *ctx, TALLOC_CTX *mem
|
||||
NTSTATUS status;
|
||||
struct libnet_RpcConnect r2;
|
||||
struct libnet_Lookup f;
|
||||
char address[16];
|
||||
const char *address = talloc_array(ctx, const char, 16);
|
||||
|
||||
f.in.hostname = r->in.domain_name;
|
||||
f.in.methods = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user