* [Cluster-devel] [PATCH] cman: fix copying uidgid trees to corosync
@ 2011-09-16 14:15 Fabio M. Di Nitto
2011-09-19 20:33 ` Lon Hohberger
0 siblings, 1 reply; 2+ messages in thread
From: Fabio M. Di Nitto @ 2011-09-16 14:15 UTC (permalink / raw)
To: cluster-devel.redhat.com
Resolves: rhbz#733345
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
cman/daemon/cman-preconfig.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cman/daemon/cman-preconfig.c b/cman/daemon/cman-preconfig.c
index d5e7a92..fb534a9 100644
--- a/cman/daemon/cman-preconfig.c
+++ b/cman/daemon/cman-preconfig.c
@@ -1540,7 +1540,7 @@ static int cmanpre_readconfig(struct objdb_iface_ver0 *objdb, const char **error
ret = copy_tree_to_root(objdb, "amf", 0);
ret = copy_tree_to_root(objdb, "aisexec", 0);
ret = copy_tree_to_root(objdb, "service", 1);
- ret = copy_tree_to_root(objdb, "uidgid", 0);
+ ret = copy_tree_to_root(objdb, "uidgid", 1);
}
objdb->object_find_create(cluster_parent_handle, "cman", strlen("cman"), &find_handle);
--
1.7.4.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Cluster-devel] [PATCH] cman: fix copying uidgid trees to corosync
2011-09-16 14:15 [Cluster-devel] [PATCH] cman: fix copying uidgid trees to corosync Fabio M. Di Nitto
@ 2011-09-19 20:33 ` Lon Hohberger
0 siblings, 0 replies; 2+ messages in thread
From: Lon Hohberger @ 2011-09-19 20:33 UTC (permalink / raw)
To: cluster-devel.redhat.com
On 09/16/2011 10:15 AM, Fabio M. Di Nitto wrote:
> Resolves: rhbz#733345
I acked this off-list; but adding it on-list too.
-- Lon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-19 20:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16 14:15 [Cluster-devel] [PATCH] cman: fix copying uidgid trees to corosync Fabio M. Di Nitto
2011-09-19 20:33 ` Lon Hohberger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).