1
0
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:
Volker Lendecke 2005-12-25 10:41:34 +00:00 committed by Gerald (Jerry) Carter
parent a3f102f6c3
commit dd39a37f8e

View File

@ -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();