Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
9c6ea7fc
Commit
9c6ea7fc
authored
Oct 22, 2014
by
Leigh B Stoller
Browse files
Fix regex for detecting not enough nodes.
parent
9ef7c346
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCM.pm.in
View file @
9c6ea7fc
...
...
@@ -2310,7 +2310,7 @@ sub GetTicketAuxAux($$$$$$$$$$)
#
nodes
of
type
pc
found
#
if
($
line
=~
/^\*\*\*
(\
d
*)
nodes
of
type
([-\
w
]*)
requested
,
but
/)
{
/^\
s
*\
*\*\*
(\
d
*)
nodes
of
type
([-\
w
]*)
requested
,
but
/)
{
$
errorcode
=
GENIRESPONSE_INSUFFICIENT_NODES
();
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment