summaryrefslogtreecommitdiff
path: root/nslcd/nslcd.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-04 01:08:26 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-04 01:08:26 -0500
commit03ebf05e4f7646d4574acbc952b23976e4f8a175 (patch)
treeb6dee89777ebfe3658bc091e4fd74682c042a5f9 /nslcd/nslcd.c
parent4477953aae80e03f881042d476ecc95d6b24ab5d (diff)
get strict (-Wall -Werror -Wextra), clean up
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);