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
dd73a14f
...
dd73a14f2124b6810b81e8fb449a4da37f2663e5
authored
2002-02-09 20:06:18 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removed unused variable
1 parent
98f0329f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
mailbox/mbx_default.c
mailbox/mbx_default.c
View file @
dd73a14
...
...
@@ -277,7 +277,6 @@ mailbox_create_default (mailbox_t *pmbox, const char *mail)
if
(
mbox
==
NULL
)
{
const
char
*
user
=
NULL
;
int
len
;
#ifdef USE_ENVIRON
user
=
(
getenv
(
"LOGNAME"
))
?
getenv
(
"LOGNAME"
)
:
getenv
(
"USER"
);
#endif
...
...
Please
register
or
sign in
to post a comment