From: Jay Freeman (saurik) Date: Wed, 29 Jan 2014 16:52:52 +0000 (-0800) Subject: Actually, non-terminal attachment now works fine. X-Git-Tag: v0.9.502~33 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/674115e8e5e4afdcbb67ef088efb2c88612a8839 Actually, non-terminal attachment now works fine. --- 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;