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
LSH
lsh
Commits
a4f15166
Commit
a4f15166
authored
Apr 16, 2000
by
Niels Möller
Browse files
* src/unix_user.c (make_unix_user): Use NUL_TERMINATED macro.
Rev: src/unix_user.c:1.9
parent
034d85a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/unix_user.c
View file @
a4f15166
...
...
@@ -329,7 +329,7 @@ make_unix_user(struct lsh_string *name,
{
NEW
(
unix_user
,
user
);
assert
(
name
&&
!
name
->
data
[
name
->
length
]
);
assert
(
name
&&
NUL_TERMINATED
(
name
)
);
user
->
super
.
name
=
name
;
user
->
super
.
verify_password
=
do_verify_password
;
...
...
Write
Preview
Markdown
is supported
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