diff options
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/service_stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/service_stream.h b/source4/smbd/service_stream.h index a027adf6cc..49869d8eed 100644 --- a/source4/smbd/service_stream.h +++ b/source4/smbd/service_stream.h @@ -47,7 +47,7 @@ struct stream_connection { struct socket_context *socket; struct messaging_context *msg_ctx; - BOOL processing; + bool processing; const char *terminate; }; |