Changeset 1155

Show
Ignore:
Timestamp:
02/29/08 00:20:29 (9 months ago)
Author:
hachi
Message:

This needs to be a regex, not a literal string.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/lib/MogileFS/ReplicationPolicy/MultipleNetworks.pm

    r1154 r1155  
    204204        undef %cache; 
    205205 
    206         my @zones = split("\s*,\s*",MogileFS::Config->server_setting("network_zones")); 
     206        my @zones = split(/\s*,\s*/,MogileFS::Config->server_setting("network_zones")); 
    207207 
    208208        foreach my $zone (@zones) {