From 8a547323d26a0350eb0a2bfc4d9ebeaade7baacc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 8 Feb 2004 11:00:25 +0000 Subject: More 'static' work. Andrew Bartlett (This used to be commit 25a09004e8a51eb3192adbb580239427bfee0ec9) --- 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 5eb9c18b60..594bc121b1 100644 --- a/source3/lib/util_sock.c +++ b/source3/lib/util_sock.c @@ -958,7 +958,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