Changeset 358

Show
Ignore:
Timestamp:
12/12/06 19:29:34 (6 years ago)
Author:
max
Message:

Whoops

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/server_daily_maint

    r357 r358  
    314314                        if ($_ =~ /^shepherd\t(\w+)\t([0-9\.]+)\t(\d+)\t(\d+)\t(\d+)\t(.*)$/) { 
    315315                                # shepherd status response 
    316                                 my ($status, $sysid, $user_starttime, $duration, $gmt_offset, $components_used) = ($1,$2,$3,$4,$5); 
     316                                my ($status, $sysid, $user_starttime, $duration, $gmt_offset, $components_used) = ($1,$2,$3,$4,$5,$6); 
    317317                                $parsed = 1; 
    318318