summaryrefslogtreecommitdiff
path: root/nslcd/db_shadow.c
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/db_shadow.c')
-rw-r--r--nslcd/db_shadow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/db_shadow.c b/nslcd/db_shadow.c
index cfc7cb8..d7adf6c 100644
--- a/nslcd/db_shadow.c
+++ b/nslcd/db_shadow.c
@@ -52,7 +52,7 @@ static void passwd2shadow(struct passwd *p, struct shadow *s)
s->inact_days = -1;
s->expire_date = -1;
s->flag = -1;
-};
+}
static int write_shadow(TFILE *fp, struct shadow *entry, uid_t calleruid)
{