Changeset 187


Ignore:
Timestamp:
May 5, 2009, 4:39:13 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Fix for Ticket #87 (by diver)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-1.5/src/smbwrp.c

    r179 r187  
    17111711        // YD currently Samba return it in MB!
    17121712        pfsa->cSectorUnit = 1;
    1713         if (bsize > 65536)
     1713        if (bsize >= 65536)
    17141714        {
    17151715                pfsa->cUnit = total*1024;
Note: See TracChangeset for help on using the changeset viewer.