Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/09 14:48:17 (15 years ago)
Author:
kgrading
Message:

fixed minor call issue in the ExecutionEngine (#529)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs

    r1481 r1487  
    203203    void wcfService_SendJobCompleted(object sender, SendJobCompletedEventArgs e) {
    204204      if (e.Result.StatusMessage != ApplicationConstants.RESPONSE_COMMUNICATOR_NO_JOBS_LEFT) {
    205         bool sandboxed = true;
     205        bool sandboxed = false;
    206206
    207207        PluginManager.Manager.Initialize();
Note: See TracChangeset for help on using the changeset viewer.