updates.
[silc.git] / apps / irssi / src / silc / core / clientutil.c
index fa7cf6255342f8076201db96fde9fd651dbc8941..463969670987bcd3850d10655285e069e134555f 100644 (file)
@@ -351,6 +351,7 @@ int silc_client_check_silc_dir()
       return FALSE;
     }
     
+#if 0
     /* Check the permissions of the dir */
     if ((st.st_mode & 0777) != 0755) {
       if ((chmod(filename, 0755)) == -1) {
@@ -359,6 +360,7 @@ int silc_client_check_silc_dir()
        return FALSE;
       }
     }
+#endif
   }
 
   /*