diff --git a/source/tristanable/watcher.d b/source/tristanable/watcher.d index 7f58b2d..272529d 100644 --- a/source/tristanable/watcher.d +++ b/source/tristanable/watcher.d @@ -35,9 +35,10 @@ public final class Watcher : Thread super(&run); this.manager = manager; this.endpoint = endpoint; + this.newSys = newSys; /* If we are to use the new system then initialize the socket sets */ - if(this.newSys = newSys) + if(this.newSys) { this.timeOut = timeOut; initSelect();