summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */