diff options
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 b556538f74..c182544362 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -123,7 +123,7 @@ struct cli_state { of the pipe we're talking to, if any */ - uint16 nt_pipe_fnum; /* Pipe handle. */ + uint16 nt_pipe_fnum[PI_MAX_PIPES]; /* Pipe handle. */ /* Secure pipe parameters */ int pipe_auth_flags; |