1
0
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:
Andrew Tridgell
-
parent 295cc63fb8
commit c946be06a4
2 changed files with 3 additions and 2 deletions

View File

@@ -180,7 +180,7 @@ struct cli_session {
uint16 vuid;
/* default pid for this session */
uint16 pid;
uint32 pid;
};
/*