Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 30491ca
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2022-09-07T14:51:33Z (
2 years
ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
fb774da
Parents:
341bd65
git-author:
Johannes Segitz <jsegitz@…> (03-01-22 16:00:03)
git-committer:
Jelmer Vernooij <jelmer@…> (07-09-22 14:51:33)
Message:
Use proper constant for exit code
Co-authored-by: Björn Bidar <me@…>
File:
1 edited
unix.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
unix.c
r341bd65
r30491ca
159
159
if (!pw) {
160
160
log_message(LOGLVL_ERROR, "Failed to look up user %s.", global.conf->user);
161
return(
1
);
161
return(
EXIT_FAILURE
);
162
162
163
163
} else if (initgroups(global.conf->user, pw->pw_gid) != 0) {
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive