Index: src/usr.bin/ssh/auth.c =================================================================== RCS file: /u/open/cvs/src/usr.bin/ssh/auth.c,v retrieving revision 1.46 diff -u -r1.46 auth.c --- src/usr.bin/ssh/auth.c 4 Nov 2002 10:07:53 -0000 1.46 +++ src/usr.bin/ssh/auth.c 22 May 2003 22:27:14 -0000 @@ -360,6 +360,7 @@ return -1; } +#ifdef STUPID_CHECK /* for each component of the canonical path, walking upwards */ for (;;) { if ((cp = dirname(buf)) == NULL) { @@ -390,6 +391,7 @@ if ((strcmp("/", buf) == 0) || (strcmp(".", buf) == 0)) break; } +#endif return 0; }