summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorPierre Carrier <geoffroy.carrier@gmail.com>2010-08-23 00:53:39 +0100
committerVolker Lendecke <vl@samba.org>2010-08-26 18:23:00 +0200
commitb219bfe699ef9bfa91135808ef2ee192adf0245b (patch)
treebe157bce36abaa20d9b0d1e9014f28c5d4b4be5e /source3/winbindd
parentff2037876f80d5e49bf341bdcd1e8c13adc7b247 (diff)
downloadsamba-b219bfe699ef9bfa91135808ef2ee192adf0245b.tar.gz
samba-b219bfe699ef9bfa91135808ef2ee192adf0245b.tar.bz2
samba-b219bfe699ef9bfa91135808ef2ee192adf0245b.zip
winbindd: useless function
Hello list, Seems simple enough for my first patch :) -- Pierre
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 4163230a95..a8605340fa 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -101,13 +101,6 @@ static void winbindd_status(void)
}
}
-/* Print winbindd status to log file */
-
-static void print_winbindd_status(void)
-{
- winbindd_status();
-}
-
/* Flush client cache */
static void flush_caches(void)
@@ -327,7 +320,7 @@ static void winbindd_sig_usr2_handler(struct tevent_context *ev,
void *siginfo,
void *private_data)
{
- print_winbindd_status();
+ winbindd_status();
}
static bool winbindd_setup_sig_usr2_handler(void)