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
620cdf02
Commit
620cdf02
authored
Apr 12, 2004
by
Leigh B. Stoller
Browse files
Add TBvalid_node_id()
parent
c7be9c11
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/dbcheck.php3
View file @
620cdf02
...
...
@@ -259,3 +259,7 @@ function TBvalid_osid($token) {
return
TBcheck_dbslot
(
$token
,
"os_info"
,
"osid"
,
TBDB_CHECKDBSLOT_WARN
|
TBDB_CHECKDBSLOT_ERROR
);
}
function
TBvalid_node_id
(
$token
)
{
return
TBcheck_dbslot
(
$token
,
"nodes"
,
"node_id"
,
TBDB_CHECKDBSLOT_WARN
|
TBDB_CHECKDBSLOT_ERROR
);
}
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