1
0
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:
Rafal Szczesniak 2005-07-03 14:03:41 +00:00 committed by Gerald (Jerry) Carter
parent dd36f13320
commit 8cedebd993

View File

@ -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;