From 332b49d1ae363a85321b553d9e3ea5e9e8e745da Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Tue, 11 Aug 2009 16:57:03 +0800 Subject: [PATCH] Do not mkdir in ibusbus.c --- src/ibusbus.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/ibusbus.c b/src/ibusbus.c index cc06586..98db3cf 100644 --- a/src/ibusbus.c +++ b/src/ibusbus.c @@ -254,13 +254,6 @@ ibus_bus_init (IBusBus *bus) return; } } - else { - if (getuid () == ibus_get_daemon_uid ()) { - mkdir (path, 0700); - chmod (path, 0700); - } - } - ibus_bus_connect (bus); -- 2.7.4