mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
fix type
This commit is contained in:
parent
b4499c8aab
commit
327d26253e
@ -72,7 +72,7 @@ typedef struct _SMB_NTQUOTA_STRUCT {
|
||||
SMB_BIG_UINT usedspace;
|
||||
SMB_BIG_UINT softlim;
|
||||
SMB_BIG_UINT hardlim;
|
||||
enum SMB_QUOTA_TYPE qflags;
|
||||
uint32 qflags;
|
||||
DOM_SID sid;
|
||||
} SMB_NTQUOTA_STRUCT;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user