Skip to content
Snippets Groups Projects
Commit 9b9ccfae authored by felmer's avatar felmer
Browse files

bug in context with archiving fixed

SVN: 27319
parent 38067aa5
No related merge requests found
......@@ -104,7 +104,7 @@ public class DataSetFileOperationsManager implements IDataSetFileOperationsManag
HostAwareFile hostAwareFile = HostAwareFileWithHighwaterMark.create(hostFile, -1);
String hostOrNull = hostAwareFile.tryGetHost();
this.isHosted = hostOrNull == null;
this.isHosted = hostOrNull != null;
this.destination = hostAwareFile.getPath();
long timeoutInSeconds =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment