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
65df9278
Commit
65df9278
authored
Oct 14, 2006
by
Leigh B. Stoller
Browse files
Minor regex change.
parent
d88f8322
Changes
1
Hide whitespace changes
Inline
Side-by-side
bugdb/bugdbgateway.in
View file @
65df9278
...
...
@@ -153,7 +153,7 @@ else {
fatal
(
$EX_DATAERR
,
"
Cannot parse User:
"
.
$objects
[
0
]
->
user
());
}
if
(
$headers
->
{"
Subject
"}[
0
]
=~
/
Emulab
FS\#(\d*)/
)
{
if
(
$headers
->
{"
Subject
"}[
0
]
=~
/ FS\#(\d*)
comment
/
)
{
$fsid
=
$
1
;
}
else
{
...
...
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