summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 00:06:05 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 00:06:05 -0500
commit3c689eebd330df3bf9f1dfff98d6f038cf8aa3db (patch)
tree1261fb9376ff31186f4038bfabca4ba264a052a5
parent7b3f020c821c79e21a2b0b2216a7ad6073e15bee (diff)
db_passwd: add missing tmpint32
-rw-r--r--nslcd/db_passwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nslcd/db_passwd.c b/nslcd/db_passwd.c
index 17b7781..16490c2 100644
--- a/nslcd/db_passwd.c
+++ b/nslcd/db_passwd.c
@@ -56,6 +56,7 @@
static int write_passwd(TFILE *fp, struct passwd *entry, uid_t calleruid)
{
+ int32_t tmpint32;
const char *passwd;
/* if we are using shadow maps and this entry looks like it would return
shadow information, make the passwd entry indicate it */