diff options
author | Günther Deschner <gd@samba.org> | 2011-03-15 17:40:39 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-15 22:01:51 +0100 |
commit | c287351d0553dec62f1929f46e3c34278317b2a4 (patch) | |
tree | f9cd17996405ff8582de2114766f111780490065 /source4/libcli | |
parent | 135104649f92536673ed7f06c4fa3a8daafccbad (diff) | |
download | samba-c287351d0553dec62f1929f46e3c34278317b2a4.tar.gz samba-c287351d0553dec62f1929f46e3c34278317b2a4.tar.bz2 samba-c287351d0553dec62f1929f46e3c34278317b2a4.zip |
s4-rap: remove last iconv_convenience traces from rap client and test code.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Mar 15 22:01:51 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/rap/rap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/libcli/rap/rap.c b/source4/libcli/rap/rap.c index f22e65ecf5..7217ac036b 100644 --- a/source4/libcli/rap/rap.c +++ b/source4/libcli/rap/rap.c @@ -25,7 +25,6 @@ #include "../librpc/gen_ndr/ndr_rap.h" #include "libcli/rap/rap.h" #include "librpc/ndr/libndr.h" -#include "param/param.h" struct rap_call *new_rap_cli_call(TALLOC_CTX *mem_ctx, uint16_t callno) { @@ -1227,7 +1226,6 @@ NTSTATUS smbcli_rap_netprintdestgetinfo(struct smbcli_tree *tree, } NTSTATUS smbcli_rap_netuserpasswordset2(struct smbcli_tree *tree, - struct smb_iconv_convenience *iconv_convenience, TALLOC_CTX *mem_ctx, struct rap_NetUserPasswordSet2 *r) { @@ -1282,7 +1280,6 @@ NTSTATUS smbcli_rap_netuserpasswordset2(struct smbcli_tree *tree, } NTSTATUS smbcli_rap_netoemchangepassword(struct smbcli_tree *tree, - struct smb_iconv_convenience *iconv_convenience, TALLOC_CTX *mem_ctx, struct rap_NetOEMChangePassword *r) { |