Changeset 376

Show
Ignore:
Timestamp:
08/24/06 23:10:47 (2 years ago)
Author:
bradfitz
Message:

remove warning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/server-newrepl/lib/MogileFS/Worker/Query.pm

    r373 r376  
    291291    # if a temp file is closed without a provided-key, that means to 
    292292    # delete it. 
    293     unless (length($key)) { 
     293    unless (defined $key && length($key)) { 
    294294        # add to to-delete list 
    295295        $dbh->do("REPLACE INTO file_to_delete SET fid=?", undef, $fid);