From 674115e8e5e4afdcbb67ef088efb2c88612a8839 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 29 Jan 2014 08:52:52 -0800 Subject: [PATCH] Actually, non-terminal attachment now works fine. --- Console.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Console.cpp b/Console.cpp index 9d3d65a..d91e6d4 100644 --- a/Console.cpp +++ b/Console.cpp @@ -793,13 +793,6 @@ int Main(int argc, char const * const argv[], char const * const envp[]) { script = NULL; } -#ifdef CY_ATTACH - if (pid != _not(pid_t) && script == NULL && !tty) { - fprintf(stderr, "non-terminal attaching to remote console\n"); - return 1; - } -#endif - #ifdef CY_ATTACH if (pid == _not(pid_t)) client_ = -1; -- 2.49.0