diff -Naur GConf-2.6.1.orig/gconf/gconf-internals.c GConf-2.6.1/gconf/gconf-internals.c --- GConf-2.6.1.orig/gconf/gconf-internals.c 2004-04-19 06:08:20.000000000 -0400 +++ GConf-2.6.1/gconf/gconf-internals.c 2004-04-21 21:40:49.000000000 -0400 @@ -2839,8 +2839,7 @@ GError **error) { ConfigServer server = CORBA_OBJECT_NIL; -; - int p[2] = { -1, -1 }; + char buf[1]; GError *tmp_err; char *argv[3]; @@ -2850,6 +2849,7 @@ struct stat statbuf; CORBA_Environment ev; gboolean dir_accessible; + int p[2] = { -1, -1 }; failure_log = g_string_new (NULL);