From 9e31394ca3ce907d560c9cfb22cff3f841c2bfa8 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Tue, 5 Jun 2018 06:48:44 -0600 Subject: [PATCH] Ack, fix previous revision. --- protogeni/lib/GeniUtil.pm.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protogeni/lib/GeniUtil.pm.in b/protogeni/lib/GeniUtil.pm.in index 0ae48188c..f08560b1e 100644 --- a/protogeni/lib/GeniUtil.pm.in +++ b/protogeni/lib/GeniUtil.pm.in @@ -442,7 +442,8 @@ sub GetHoldingProject($$;$) # Shorten the lock string; mysql has an oddly short limit on this. my $lock_hrn = GeniHRN->new($project_urn); $lock_str = "HoldProj:" . $lock_hrn->project(); - + $lock_str = DBQuoteSpecial($lock_str); + # # See if the project exists. # -- GitLab