From bbfd3a90ca9f34bf777fde0e9aeb434c058d205a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 8 Feb 2004 12:02:28 +0000 Subject: (merge from 3.0) More 'static' work. Andrew Bartlett (This used to be commit 620f909eed3d994d01ca53068a33856d25917144) --- source3/lib/util_sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/util_sock.c') diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c index 328ca92727..12c748e5f2 100644 --- a/source3/lib/util_sock.c +++ b/source3/lib/util_sock.c @@ -954,7 +954,7 @@ char *get_peer_addr(int fd) return addr_buf; } -char *get_socket_addr(int fd) +static char *get_socket_addr(int fd) { struct sockaddr sa; struct sockaddr_in *sockin = (struct sockaddr_in *) (&sa); -- cgit