From e51af688670c3803bddec0c7bd9fc0b1d866abeb Mon Sep 17 00:00:00 2001 From: daniceexi Date: Wed, 19 Sep 2012 06:51:50 +0000 Subject: [PATCH] fix a typo git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13847 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 7a9437860..dba1f3e34 100644 --- a/xCAT-server/lib/xcat/plugins/rhevm.pm +++ b/xCAT-server/lib/xcat/plugins/rhevm.pm @@ -3007,7 +3007,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";