diff options
author | David O'Neill <dmo@samba.org> | 2000-12-04 17:16:44 +0000 |
---|---|---|
committer | David O'Neill <dmo@samba.org> | 2000-12-04 17:16:44 +0000 |
commit | 80c192244fdb07e8e9cf4c0376bbea60dde244a0 (patch) | |
tree | 32074671115e8d4cf342706d4e60ae09fb79584f /source/smbd/quotas.c | |
parent | 3483be1d76fe0dae770bdf8ad97bab81645e5fbf (diff) | |
download | samba-80c192244fdb07e8e9cf4c0376bbea60dde244a0.tar.gz |
Remove C++ style comments
Diffstat (limited to 'source/smbd/quotas.c')
-rw-r--r-- | source/smbd/quotas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/quotas.c b/source/smbd/quotas.c index 1e81443c5ef..9bbc027cf7a 100644 --- a/source/smbd/quotas.c +++ b/source/smbd/quotas.c @@ -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; |