mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
smbd: Remove unused "pcd" from struct pending_message_list
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
d2dcc0fdf5
commit
1a5ac20a23
@ -56,7 +56,6 @@ struct pending_message_list {
|
||||
struct smbd_server_connection *sconn;
|
||||
struct smbXsrv_connection *xconn;
|
||||
struct tevent_timer *te;
|
||||
struct smb_perfcount_data pcd;
|
||||
uint32_t seqnum;
|
||||
bool encrypted;
|
||||
bool processed;
|
||||
|
@ -55,7 +55,6 @@ struct pending_message_list {
|
||||
struct smbd_server_connection *sconn;
|
||||
struct smbXsrv_connection *xconn;
|
||||
struct tevent_timer *te;
|
||||
struct smb_perfcount_data pcd;
|
||||
uint32_t seqnum;
|
||||
bool encrypted;
|
||||
bool processed;
|
||||
|
Loading…
Reference in New Issue
Block a user