diff options
Diffstat (limited to 'source4/smbd/service_stream.h')
-rw-r--r-- | source4/smbd/service_stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/smbd/service_stream.h b/source4/smbd/service_stream.h index 6eb26a4282..04d23a56f2 100644 --- a/source4/smbd/service_stream.h +++ b/source4/smbd/service_stream.h @@ -48,6 +48,7 @@ struct stream_connection { struct socket_context *socket; struct messaging_context *msg_ctx; + struct loadparm_context *lp_ctx; bool processing; const char *terminate; |