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
131f9b04
...
131f9b04eb3f00aecd5bcc26cfc623b088fffa50
authored
2008-08-04 19:46:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(util_localname): Minor fix
1 parent
72a5595a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/util.c
imap4d/util.c
View file @
131f9b0
...
...
@@ -1004,7 +1004,7 @@ util_localname ()
name_len
*=
2
;
name
=
realloc
(
name
,
name_len
);
}
if
(
status
)
if
(
status
||
name
==
NULL
)
{
mu_diag_output
(
MU_DIAG_CRIT
,
_
(
"Cannot find out my own hostname"
));
exit
(
EX_OSERR
);
...
...
Please
register
or
sign in
to post a comment