View | Details | Raw Unified | Return to bug 32338
Collapse All | Expand All

(-)src/DMRaid.cc.orig (-1 / +1 lines)
Lines 72-78 void DMRaid::load_dmraid_cache() Link Here
72
		if ( ! Utils::execute_command( "dmraid -sa -c", output, error, true ) )
72
		if ( ! Utils::execute_command( "dmraid -sa -c", output, error, true ) )
73
		{
73
		{
74
			Glib::ustring temp = Utils::regexp_label( output, "^(no raid disks).*" ) ;
74
			Glib::ustring temp = Utils::regexp_label( output, "^(no raid disks).*" ) ;
75
			if ( temp != "no raid disks" )
75
			if ( temp.lowercase() != "no raid disks" )
76
				Utils::tokenize( output, dmraid_devices, "\n" ) ;
76
				Utils::tokenize( output, dmraid_devices, "\n" ) ;
77
		}
77
		}
78
	}
78
	}

Return to bug 32338