aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c
index b91e1c97a97..6b76559f309 100644
--- a/src/process.c
+++ b/src/process.c
@@ -3587,7 +3587,9 @@ usage: (make-network-process &rest ARGS) */)
3587 { 3587 {
3588 /* The "connection" function gets it bind info from the address we're 3588 /* The "connection" function gets it bind info from the address we're
3589 given, so use this dummy address if nothing is specified. */ 3589 given, so use this dummy address if nothing is specified. */
3590#ifdef HAVE_LOCAL_SOCKETS
3590 if (family != AF_LOCAL) 3591 if (family != AF_LOCAL)
3592#endif
3591 host = build_string ("127.0.0.1"); 3593 host = build_string ("127.0.0.1");
3592 } 3594 }
3593 else 3595 else