mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r12477: Remove a gcc -O6 warning
This commit is contained in:
parent
a3f102f6c3
commit
dd39a37f8e
@ -206,6 +206,8 @@ BOOL disk_quotas(const char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB
|
||||
uid_t euser_id;
|
||||
gid_t egrp_id;
|
||||
|
||||
ZERO_STRUCT(D);
|
||||
|
||||
euser_id = geteuid();
|
||||
egrp_id = getegid();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user