Changeset 1329

Show
Ignore:
Timestamp:
10/18/09 08:12:32 (6 weeks ago)
Author:
dormando
Message:

fix warnings in my previous updates.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/server/lib/MogileFS/Store.pm

    r1327 r1329  
    11621162    my ($self, $fidid, $from_devid, $in) = @_; 
    11631163 
     1164    $in = 0 unless $in; 
    11641165    my $nexttry = $self->unix_timestamp . " + " . int($in); 
    11651166 
     
    11751176    my ($self, $fidid, $in) = @_; 
    11761177 
     1178    $in = 0 unless $in; 
    11771179    my $nexttry = $self->unix_timestamp . " + " . int($in); 
    11781180 
     
    11851187    my ($self, $fidid, $type, $in) = @_; 
    11861188 
     1189    $in = 0 unless $in; 
    11871190    my $nexttry = $self->unix_timestamp . " + " . int($in); 
    11881191 
     
    11981201        return 1; 
    11991202    } 
     1203 
     1204    $in = 0 unless $in; 
    12001205    my $nexttry = $self->unix_timestamp . " + " . int($in); 
    12011206