search for: euser_id

Displaying 1 result from an estimated 1 matches for "euser_id".

Did you mean: user_id
2003 May 01
1
Disc quotas bug
...39;s disc quota, was being returned to the Windows 2000 client. Examination of the source code [smbd/quotas.c, line 915] revealed that an "#ifdef HPUX" hash define enclosing a new optimisation - involving devnm(3) caching - had caused the following line: euser_id = geteuid(); not to be executed: Hence failure of the subsequent line: r=quotactl(Q_GETQUOTA, dev_disk, euser_id, &D); to return quota information. Bug Fix ======= [djn /home/staff3/tech/djn]$ diff -U 10 quotas.c.cln quotas.c XXXXXXXXXXXXXXXXXXXXXXXXX SNIP XXXXXXXXXXXX...