summaryrefslogtreecommitdiff
path: root/nslcd/nslcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/nslcd.c')
-rw-r--r--nslcd/nslcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c
index bc763eb..3c61bfb 100644
--- a/nslcd/nslcd.c
+++ b/nslcd/nslcd.c
@@ -210,7 +210,6 @@ static int get_socket()
this function returns the read action in location pointer to by action */
static int read_header(TFILE *fp, int32_t *action)
{
- int32_t tmpint32;
int32_t protocol;
/* read the protocol version */
READ_INT32(fp, protocol);