diff options
Diffstat (limited to 'remote-process/main.cpp')
-rw-r--r-- | remote-process/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remote-process/main.cpp b/remote-process/main.cpp index bcf825b..97881dc 100644 --- a/remote-process/main.cpp +++ b/remote-process/main.cpp @@ -157,9 +157,6 @@ int main(int argc, char *argv[]) // Connect to target CConnectionSocket connectionSocket; - // Set timeout - connectionSocket.setTimeout(5000); - string strError; // Connect if (!connectionSocket.connect(argv[1], uiPort, strError)) { |