diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-18 20:54:23 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-18 20:54:23 -0500 |
commit | c46bdf7f5e7085ffcbbbf988a264bd02d37232e7 (patch) | |
tree | 0420885eb3df40a8eca5cc5f2516877f8df257a5 /hscript/user.cc | |
parent | dbd0e5381c185ca2c87483060122a793386993a5 (diff) | |
download | horizon-c46bdf7f5e7085ffcbbbf988a264bd02d37232e7.tar.gz horizon-c46bdf7f5e7085ffcbbbf988a264bd02d37232e7.tar.bz2 horizon-c46bdf7f5e7085ffcbbbf988a264bd02d37232e7.tar.xz horizon-c46bdf7f5e7085ffcbbbf988a264bd02d37232e7.zip |
hscript: Document requirement
Diffstat (limited to 'hscript/user.cc')
-rw-r--r-- | hscript/user.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hscript/user.cc b/hscript/user.cc index 40a8022..33f9789 100644 --- a/hscript/user.cc +++ b/hscript/user.cc @@ -114,6 +114,7 @@ Key *Username::parseFromData(const std::string &data, int lineno, int *errors, return nullptr; } + /* REQ: Runner.Validate.username.System */ if(system_names.find(data) != system_names.end()) { if(errors) *errors += 1; output_error("installfile:" + std::to_string(lineno), |