Update broken comment link...

This commit is contained in:
Ben S
2015-08-02 15:35:25 +01:00
parent 37b463859a
commit de6a1601db
+2 -1
View File
@@ -419,7 +419,8 @@ impl Users for OSUsers {
let group_name_c = CString::new(group_name);
if !group_name_c.is_ok() {
// See comment at line #334
// This usually means the given username contained a '\0' already
// It is debatable what to do here
return None;
}