mirror of
https://github.com/samba-team/samba.git
synced 2025-11-12 04:23:49 +03:00
add support for 32 bit pid using the PIDHIGH field. This allows the
test suite to see if it is supported. w2k3 doesn't seem to support it.
This commit is contained in:
@@ -180,7 +180,7 @@ struct cli_session {
|
||||
uint16 vuid;
|
||||
|
||||
/* default pid for this session */
|
||||
uint16 pid;
|
||||
uint32 pid;
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user