Changeset 11611


Ignore:
Timestamp:
07/26/11 13:11:38 (13 years ago)
Author:
tbretz
Message:
Fixed AddEnv - should be 'host' not 'dns'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/fact.cc

    r11578 r11611  
    3939        ;
    4040
    41     conf.AddEnv("dns", "DIM_DNS_NODE");
    42     conf.AddEnv("dns", "DIM_HOST_NODE");
     41    conf.AddEnv("dns",  "DIM_DNS_NODE");
     42    conf.AddEnv("host", "DIM_HOST_NODE");
    4343
    4444    conf.AddOptions(config);
Note: See TracChangeset for help on using the changeset viewer.