X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwinplink.c;h=0f86b41c648dbf6b978fd97a10b119dbe0c362d2;hb=e22120fe;hp=d916104e3a9049f5137bd8a9d5f8312d0937aaac;hpb=54cc0c5b296ee7c27b48a3c8e7aead6e74f2abf1;p=PuTTY.git diff --git a/windows/winplink.c b/windows/winplink.c index d916104e..0f86b41c 100644 --- a/windows/winplink.c +++ b/windows/winplink.c @@ -502,22 +502,6 @@ int main(int argc, char **argv) } } -#if !defined UNPROTECT && !defined NO_SECURITY - /* - * Protect our process. - */ - { - char *error = NULL; - if (!setprocessacl(error)) { - char *message = dupprintf("Could not restrict process ACL: %s", - error); - logevent(NULL, message); - sfree(message); - sfree(error); - } - } -#endif - if (errors) return 1;