From 12752486db3caad471e9f5094a3b644bbc5882f3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 10 Sep 2001 11:34:32 +0000 Subject: kill a dead fn and make a local one static (This used to be commit 1e9815105e235ad1141b899b03d3de756d217d49) --- source3/nsswitch/winbindd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd.c') diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 4c82c9f3af..713cef312f 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -55,7 +55,7 @@ static BOOL reload_services_file(BOOL test) return(ret); } -void winbindd_dump_status(void) +static void winbindd_dump_status(void) { struct winbindd_cli_state *tmp; -- cgit