mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
398dc6ca86
commit
132ddb1f46
@ -64,7 +64,7 @@ BOOL torture_lookup(struct torture_context *torture)
|
|||||||
|
|
||||||
ret = True;
|
ret = True;
|
||||||
|
|
||||||
printf("Name [%s] found at adrress: %s.\n", lookup.in.hostname, *lookup.out.address);
|
printf("Name [%s] found at address: %s.\n", lookup.in.hostname, *lookup.out.address);
|
||||||
|
|
||||||
done:
|
done:
|
||||||
talloc_free(mem_ctx);
|
talloc_free(mem_ctx);
|
||||||
@ -107,7 +107,7 @@ BOOL torture_lookup_host(struct torture_context *torture)
|
|||||||
|
|
||||||
ret = True;
|
ret = True;
|
||||||
|
|
||||||
printf("Host [%s] found at adrress: %s.\n", lookup.in.hostname, *lookup.out.address);
|
printf("Host [%s] found at address: %s.\n", lookup.in.hostname, *lookup.out.address);
|
||||||
|
|
||||||
done:
|
done:
|
||||||
talloc_free(mem_ctx);
|
talloc_free(mem_ctx);
|
||||||
|
Loading…
Reference in New Issue
Block a user