Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 152293 | Differences between
and this patch

Collapse All | Expand All

(-)evms-2.5.5/engine/internalAPI.c (+5 lines)
Lines 2722-2727 Link Here
2722
	if (rc == 0) {
2722
	if (rc == 0) {
2723
		engine_unregister_name(vol->name);
2723
		engine_unregister_name(vol->name);
2724
2724
2725
		if( vol->object->feature_header != NULL )
2726
		{
2727
			engine_unregister_name(vol->name+EVMS_DEV_NODE_PATH_LEN);
2728
		}
2729
2725
		/*
2730
		/*
2726
		 * Clear out the volume pointer on this object and on all the child
2731
		 * Clear out the volume pointer on this object and on all the child
2727
		 * objects in the tree.
2732
		 * objects in the tree.

Return to bug 152293