summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-01 18:10:47 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-01 18:11:25 +0200
commite18ddb6036f5e0a2211e89a7c9b5514c30a653cf (patch)
tree443f96c0b962f9b4ae057ff1a8f799389d199948 /source3
parent73577205cf81644e7fe853eaf3e6459f7f443096 (diff)
downloadsamba-e18ddb6036f5e0a2211e89a7c9b5514c30a653cf.tar.gz
samba-e18ddb6036f5e0a2211e89a7c9b5514c30a653cf.tar.bz2
samba-e18ddb6036f5e0a2211e89a7c9b5514c30a653cf.zip
s3:winbindd: remove unused variables
metze
Diffstat (limited to 'source3')
-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 d1d33d39f8..ab7011688b 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -396,8 +396,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"));