Changeset 73 for trunk

Show
Ignore:
Timestamp:
02/03/10 08:56:46 (6 months ago)
Author:
soergel
Message:

fixed uninitialized variables

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/s3napback.pl

    r71 r73  
    5050my $bucket; 
    5151my $recipient; 
    52 my $encrypt; 
     52my $encrypt = 0; 
    5353my $delete_from_s3; 
    5454my $send_to_s3; 
     
    598598    if ( !defined $diffs )     { $diffs     = 6; } 
    599599    if ( !defined $fulls )     { $fulls     = 4; } 
     600    if ( !defined $usetemp )   { $usetemp   = 0; } 
    600601 
    601602    return ( $frequency, $phase, $diffs, $fulls, $usetemp );