diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-08-01 16:40:45 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-08-02 04:54:28 +0200 |
commit | a4d79a379979ea6e32ea957830d2769a280440f2 (patch) | |
tree | 18337533285cd3fb70ff5b7abb54a5b82d025ba0 /source3/torture | |
parent | 3ce648aee4fb961d0ee23669b53524786ace8b98 (diff) | |
download | samba-a4d79a379979ea6e32ea957830d2769a280440f2.tar.gz samba-a4d79a379979ea6e32ea957830d2769a280440f2.tar.bz2 samba-a4d79a379979ea6e32ea957830d2769a280440f2.zip |
s3:torture: make use of cli_state_capabilities()
metze
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 9de54b3376..03a0cdf9f8 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -4503,7 +4503,7 @@ static bool run_properties(int dummy) cli_sockopt(cli, sockops); - d_printf("Capabilities 0x%08x\n", cli->capabilities); + d_printf("Capabilities 0x%08x\n", cli_state_capabilities(cli)); if (!torture_close_connection(cli)) { correct = False; |