Ignore:
Timestamp:
07/24/11 21:11:43 (13 years ago)
Author:
tbretz
Message:
Moved Dim:Setup to Main::execute
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/scheduler.cc

    r11575 r11577  
    799799    }
    800800
    801     if (conf.HasVersion() || conf.HasPrint())
    802         return -1;
    803 
    804     if (conf.HasHelp())
    805     {
    806         PrintHelp();
    807         return -1;
    808     }
    809 
    810     Dim::Setup(conf.Get<string>("dns"), conf.Get<string>("host"));
    811 
    812801//    try
    813802    {
Note: See TracChangeset for help on using the changeset viewer.