From 3c689eebd330df3bf9f1dfff98d6f038cf8aa3db Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 29 Nov 2014 00:06:05 -0500 Subject: db_passwd: add missing tmpint32 --- nslcd/db_passwd.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit v1.2.3