Skip to content
GitLab
Menu
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
c7390433
Commit
c7390433
authored
Jun 05, 2009
by
Leigh B. Stoller
Browse files
Minor bug fix.
parent
bd282b7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit.proxynew.in
View file @
c7390433
...
...
@@ -123,7 +123,7 @@ else {
fatal
("
Tainted argument
$xmldoc
");
}
# Cause we are invoked from the xmlrpc server with this name format.
if
(
!
(
$xmldoc
=~
/^\/var\/tmp\/php\w+/
))
{
if
(
!
(
$xmldoc
=~
/^\/var\/tmp\/php
[-
\w
]
+/
))
{
fatal
("
$xmldoc
does not resolve to an appropriate directory!
");
}
if
(
!
-
e
$xmldoc
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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