Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (17 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/modules/vfs_readonly.c

    r133 r228  
    6565
    6666  if (period && period[0] && period[1]) {
     67
    6768    time_t current_time = time(NULL);
    6869    time_t begin_period = get_date(period[0], &current_time);
     
    7071
    7172    if ((current_time >= begin_period) && (current_time <= end_period)) {
     73
     74
    7275      handle->conn->read_only = True;
     76
     77
     78
     79
     80
     81
    7382    }
    7483
Note: See TracChangeset for help on using the changeset viewer.