Ignore:
Timestamp:
May 20, 2009, 6:46:53 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/smbd/quotas.c

    r133 r204  
    545545        *dsize = D.dqb_bsoftlimit;
    546546
    547         if (D.dqb_curblocks == D.dqb_curblocks == 1)
     547        if (D.dqb_curblocks == 1)
    548548                *bsize = 512;
    549549
     
    11051105        *dsize = D.dqb_bsoftlimit;
    11061106
    1107         if (D.dqb_curblocks == D.dqb_curblocks == 1)
     1107        if (D.dqb_curblocks == 1)
    11081108                *bsize = DEV_BSIZE;
    11091109
Note: See TracChangeset for help on using the changeset viewer.