diff options
author | Gerald Carter <jerry@samba.org> | 2002-10-04 04:10:23 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-10-04 04:10:23 +0000 |
commit | 1cfd2ee433305e91e87804dd55d10e025d30a69e (patch) | |
tree | 3a21090657f99c0aa4bc2bda79e124d188d7f2fa /source/rpcclient/rpcclient.h | |
parent | 31c0dd7e213509c3bed1061f140f2ea9c6e95a9d (diff) | |
download | samba-1cfd2ee433305e91e87804dd55d10e025d30a69e.tar.gz |
merge of new client side support the Win2k LSARPC UUID in rpcbind
from APP_HEAD
Diffstat (limited to 'source/rpcclient/rpcclient.h')
-rw-r--r-- | source/rpcclient/rpcclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpcclient/rpcclient.h b/source/rpcclient/rpcclient.h index 72491373d67..ae5b5f3c4fb 100644 --- a/source/rpcclient/rpcclient.h +++ b/source/rpcclient/rpcclient.h @@ -26,7 +26,7 @@ struct cmd_set { char *name; NTSTATUS (*fn)(struct cli_state*, TALLOC_CTX *mem_ctx, int argc, char **argv); - char *pipe; + int pipe_idx; char *description; char *usage; }; |