Changeset 239


Ignore:
Timestamp:
Jun 23, 2018, 12:15:36 PM (6 years ago)
Author:
g7moreau
Message:
  • Remove domainset part in pool
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ddt/ddt

    r238 r239  
    14031403      );
    14041404
     1405   ($pool) = split /\./, $pool, 2 if $pool =~ m/\./;
    14051406   exit_on_error_option($help)
    14061407      if $pool eq ''
     
    14231424      );
    14241425
     1426   ($pool) = split /\./, $pool, 2 if $pool =~ m/\./;
    14251427   exit_on_error_option($help)
    14261428      if $pool eq ''
     
    15781580      );
    15791581
     1582   ($pool) = split /\./, $pool, 2 if $pool =~ m/\./;
    15801583   exit_on_error_option($help)
    15811584      if $pool eq ''
Note: See TracChangeset for help on using the changeset viewer.