summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-10 11:34:32 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-10 11:34:32 +0000
commit12752486db3caad471e9f5094a3b644bbc5882f3 (patch)
treef636e95486d759b580d99032f15fca71f8db7a7c /source3/nsswitch/winbindd.c
parent11bd06e99c34a1805a3708321997633349e2dae7 (diff)
downloadsamba-12752486db3caad471e9f5094a3b644bbc5882f3.tar.gz
samba-12752486db3caad471e9f5094a3b644bbc5882f3.tar.bz2
samba-12752486db3caad471e9f5094a3b644bbc5882f3.zip
kill a dead fn and make a local one static
(This used to be commit 1e9815105e235ad1141b899b03d3de756d217d49)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r--source3/nsswitch/winbindd.c2
1 files changed, 1 insertions, 1 deletions
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;