--- twoprocess.c.orig	2008-02-12 04:18:34.000000000 +0100
+++ twoprocess.c	2008-03-29 22:48:00.000000000 +0100
@@ -381,13 +381,6 @@
     str_free(&chroot_str);
     str_free(&chdir_str);
     str_free(&userdir_str);
-    /* Guard against the config error of having the anonymous ftp tree owned
-     * by the user we are running as
-     */
-    if (was_anon && vsf_sysutil_write_access("/"))
-    {
-      die("vsftpd: refusing to run with writable anonymous root");
-    }
     p_sess->is_anonymous = anon;
     process_post_login(p_sess);
     bug("should not get here: common_do_login");
