diff options
Diffstat (limited to 'source3/include/client.h')
-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. */ |