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-stable
Commits
6ae34339
Commit
6ae34339
authored
Dec 09, 2014
by
Mike Hibler
Browse files
Add a missing return that some random 53-year-old forgot.
parent
f9d18931
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/updates/4/417
View file @
6ae34339
...
...
@@ -16,6 +16,8 @@ sub DoUpdate($$$)
DBQueryFatal("REPLACE INTO table_regex VALUES ".
"('apt_profiles','topdog','int','redirect',".
"'default:boolean',0,0,NULL)");
return 0;
}
1;
...
...
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