diff options
author | Volker Lendecke <vl@samba.org> | 2010-11-11 14:54:25 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-11-11 16:16:24 +0000 |
commit | 1d9616113207775916c816708fe442fe84ad0369 (patch) | |
tree | fd68908a6c95ccd33465be96b32540cabe83a9aa /source3/include | |
parent | 612ded1abf15bfcc3569f061b18764bff66fe9b6 (diff) | |
download | samba-1d9616113207775916c816708fe442fe84ad0369.tar.gz samba-1d9616113207775916c816708fe442fe84ad0369.tar.bz2 samba-1d9616113207775916c816708fe442fe84ad0369.zip |
s3: Convert cli_dfs_get_referral to cli_trans
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 38c5a6d8fa..10468be312 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1689,7 +1689,7 @@ struct cli_state *cli_cm_open(TALLOC_CTX *ctx, int port, int name_type); void cli_cm_display(const struct cli_state *c); -bool cli_dfs_get_referral(TALLOC_CTX *ctx, +NTSTATUS cli_dfs_get_referral(TALLOC_CTX *ctx, struct cli_state *cli, const char *path, struct client_dfs_referral **refs, |