diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index b3271d3a2e9..b6b4d3478a1 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -2271,7 +2271,7 @@ conv_sockaddr_to_lisp (sa, len) | |||
| 2271 | sockets in the UNIX domain are inaccessible; getsockname returns | 2271 | sockets in the UNIX domain are inaccessible; getsockname returns |
| 2272 | a zero length name. */ | 2272 | a zero length name. */ |
| 2273 | if (len < OFFSETOF (struct sockaddr, sa_family) + sizeof (sa->sa_family)) | 2273 | if (len < OFFSETOF (struct sockaddr, sa_family) + sizeof (sa->sa_family)) |
| 2274 | return build_string (""); | 2274 | return empty_unibyte_string; |
| 2275 | 2275 | ||
| 2276 | switch (sa->sa_family) | 2276 | switch (sa->sa_family) |
| 2277 | { | 2277 | { |