diff options
-rw-r--r-- | source3/smbd/smbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h index 11947495c9..39952a1c16 100644 --- a/source3/smbd/smbd.h +++ b/source3/smbd/smbd.h @@ -38,7 +38,7 @@ struct privilege_paths { struct trans_state { struct trans_state *next, *prev; - uint16 vuid; + uint64_t vuid; /* SMB2 compat */ uint64_t mid; uint32 max_param_return; |