Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7291159e
Commit
7291159e
authored
Nov 27, 2007
by
Jan Djärv
Browse files
(socket_connection): Remove AI_ADDRCONFIG.
parent
73e72da4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/pop.c
lib-src/pop.c
+1
-1
No files found.
lib-src/ChangeLog
View file @
7291159e
2007-11-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* pop.c (socket_connection): Remove AI_ADDRCONFIG.
2007-11-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* pop.c (socket_connection): Move realhost out of #ifdefs.
...
...
lib-src/pop.c
View file @
7291159e
...
...
@@ -1107,7 +1107,7 @@ socket_connection (host, flags)
#ifdef HAVE_GETADDRINFO
memset
(
&
hints
,
0
,
sizeof
(
hints
));
hints
.
ai_socktype
=
SOCK_STREAM
;
hints
.
ai_flags
=
AI_ADDRCONFIG
|
AI_CANONNAME
;
hints
.
ai_flags
=
AI_CANONNAME
;
hints
.
ai_family
=
AF_INET
;
do
{
...
...
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