From 6e1f26c4677d40fd6d9a3056ce0fee044b95a5d6 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Wed, 19 Sep 2012 06:52:07 +0000 Subject: [PATCH] fix a typo git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13848 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/rhevm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/rhevm.pm b/xCAT-server/lib/xcat/plugins/rhevm.pm index 371d0e9b0..04902aec7 100644 --- a/xCAT-server/lib/xcat/plugins/rhevm.pm +++ b/xCAT-server/lib/xcat/plugins/rhevm.pm @@ -3011,7 +3011,7 @@ sub search_src { # is a path $api = "/api/$container".$node; $ispath = 1; - } elsif ($node =~ /\%3d/) { + } elsif ($node =~ /\%3D/) { $api = "/api/$container?search=$node"; } elsif ($node eq "xxxxxx_all_objs") { $api = "/api/$container";