diff options
author | Andreas Schneider <asn@samba.org> | 2010-07-28 09:46:43 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-07-28 10:39:23 +0200 |
commit | 46397f788bf283f7eb0f26e6eeb6a2926d2769bc (patch) | |
tree | 8686dc1163fb762dc0fd96b44df6a2daf3a301a0 /source3/include | |
parent | c1e81686af605bf0dafb45c316bfca3cd1a2cf9a (diff) | |
download | samba-46397f788bf283f7eb0f26e6eeb6a2926d2769bc.tar.gz samba-46397f788bf283f7eb0f26e6eeb6a2926d2769bc.tar.bz2 samba-46397f788bf283f7eb0f26e6eeb6a2926d2769bc.zip |
s3-rpc_server: Use struct pipes_struct.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 861ae5aace..ee5afc8273 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -140,7 +140,7 @@ struct rpc_pipe_client { struct netlogon_creds_CredentialState *dc; /* Used by internal rpc_pipe_client */ - pipes_struct *pipes_struct; + struct pipes_struct *pipes_struct; }; /* Transport encryption state. */ |