1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Remove C++ style comments

(This used to be commit 80c192244f)
This commit is contained in:
David O'Neill 2000-12-04 17:16:44 +00:00
parent 52572000db
commit 7e9736703c

View File

@ -427,7 +427,7 @@ BOOL disk_quotas(char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_U
if (r)
{
if (save_errno == EDQUOT) // disk quota exceeded
if (save_errno == EDQUOT) /* disk quota exceeded */
{
*dfree = 0;
*dsize = D.dqb_curblocks;