diff src/util.c @ 7617:a83aaf250284

[gaim-migrate @ 8241] gaim-remote was the culprit ... Nathan and Luke found this at virtually the same time. Good job, guys. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Sun, 23 Nov 2003 23:32:42 +0000
parents 48d7eea88598
children 072feee65244
line wrap: on
line diff
--- a/src/util.c	Sun Nov 23 22:55:41 2003 +0000
+++ b/src/util.c	Sun Nov 23 23:32:42 2003 +0000
@@ -1225,11 +1225,6 @@
 			g_free(dir);
 			return -1;
 		}
-		/* For some reason, the above mkdir doesn't properly
-		 * set permissions for some people ... and I have NO
-		 * idea why not.  In the meantime, we'll attempt to
-		 * set them explicitly. */
-		chmod(dir, mode);
 	}
 
 	g_strfreev(components);