summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-01 18:10:47 +0200
committerKarolin Seeger <kseeger@samba.org>2010-05-06 14:08:38 +0200
commit15107a432a67f3829cb8af58d8f3109b0f1a2420 (patch)
tree1ddd6105dcb143593b3d2bec5fd629e1db504a58
parentf2a20e1523440a35bb6fab00325b7c993f524b54 (diff)
downloadsamba-15107a432a67f3829cb8af58d8f3109b0f1a2420.tar.gz
s3:winbindd: remove unused variables
metze (cherry picked from commit e18ddb6036f5e0a2211e89a7c9b5514c30a653cf) (cherry picked from commit c64c867c307d32b8ec17d6e079395e0e9b604f00) (cherry picked from commit 18f8b48a1143f7b39572de63362b6c30b81709cb)
-rw-r--r--source3/winbindd/winbindd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index eb5429c3efb..ce2f38de5b2 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -367,8 +367,6 @@ static void winbind_msg_validate_cache(struct messaging_context *msg_ctx,
{
uint8 ret;
pid_t child_pid;
- struct sigaction act;
- struct sigaction oldact;
DEBUG(10, ("winbindd_msg_validate_cache: got validate-cache "
"message.\n"));