Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1a277acb
...
1a277acb8d9618b3f6b1fdbca14f6229b69f6e5d
authored
2005-07-10 10:33:16 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_get_homedir): Use EUID to determine user identity.
1 parent
100e49a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/mutil.c
mailbox/mutil.c
View file @
1a277ac
...
...
@@ -103,7 +103,7 @@ mu_get_homedir (void)
homedir
=
strdup
(
homedir
);
else
{
struct
mu_auth_data
*
auth
=
mu_get_auth_by_uid
(
getuid
());
struct
mu_auth_data
*
auth
=
mu_get_auth_by_uid
(
get
e
uid
());
if
(
!
auth
)
return
NULL
;
homedir
=
strdup
(
auth
->
dir
);
...
...
Please
register
or
sign in
to post a comment