diff --git a/exploit/ipc.js b/exploit/ipc.js index 00883e8..b36ea3b 100644 --- a/exploit/ipc.js +++ b/exploit/ipc.js @@ -709,7 +709,7 @@ sploitMixin.getServices = function(services, callback) { try { return callback.apply(undefined, serviceHandles); } finally { - for (var shi = 0; si < serviceHandles.length; shi++) { + for (var shi = 0; shi < serviceHandles.length; shi++) { this.svcCloseHandle(serviceHandles[shi]); } }