summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smb_server/smb_server.h')
-rw-r--r--source4/smb_server/smb_server.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h
index 360ea7ddfb..b6c9d5f985 100644
--- a/source4/smb_server/smb_server.h
+++ b/source4/smb_server/smb_server.h
@@ -252,7 +252,7 @@ struct smbsrv_connection {
struct stream_connection *connection;
/* this holds a partially received request */
- struct smbsrv_request *partial_req;
+ struct packet_context *packet;
/* this holds list of replies that are waiting to be sent
to the client */
@@ -266,10 +266,8 @@ struct smbsrv_connection {
uint8_t command;
} *trans_partial;
- BOOL processing;
-
/* mark a connection for termination */
- BOOL terminate;
+ const char *terminate;
/* configuration parameters */
struct {