diff options
| author | Jeremy Allison <jra@samba.org> | 2011-05-05 10:41:59 -0700 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2011-05-05 10:41:59 -0700 |
| commit | 4f41be356a4e6b311d30de3b2e36e4c33aa72ca3 (patch) | |
| tree | 91adb9035c762c36a6cb24f242c11408779bd3f7 /source3/rpc_client | |
| parent | 10a628b6e181af07f0c43db36ba017411b4eaaaa (diff) | |
Fix many const compiler warnings.
Diffstat (limited to 'source3/rpc_client')
| -rw-r--r-- | source3/rpc_client/cli_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index d5521da509..24db5dcba6 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -2581,7 +2581,7 @@ static NTSTATUS rpc_pipe_get_tcp_port(const char *host, status = dcerpc_epm_Map(epm_handle, tmp_ctx, - CONST_DISCARD(struct GUID *, + discard_const_p(struct GUID, &(abstract_syntax->uuid)), map_tower, entry_handle, |
