summaryrefslogtreecommitdiff
path: root/nslcd/db_passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/db_passwd.c')
-rw-r--r--nslcd/db_passwd.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/nslcd/db_passwd.c b/nslcd/db_passwd.c
index b72d869..2dad2da 100644
--- a/nslcd/db_passwd.c
+++ b/nslcd/db_passwd.c
@@ -35,9 +35,7 @@
#include "common.h"
#include "log.h"
-#include "myldap.h"
#include "cfg.h"
-#include "attmap.h"
#include "common/dict.h"
#include "compat/strndup.h"
@@ -112,7 +110,7 @@ NSLCD_HANDLE_UID(
}
return NULL;
,/* write */
- write_passwd(fp, entry, calleruid)
+ write_passwd(fp, entry, calleruid);
,/* cleanup */
)
@@ -146,7 +144,7 @@ NSLCD_HANDLE_UID(
}
return NULL;
,/* write */
- write_passwd(fp, entry, calleruid)
+ write_passwd(fp, entry, calleruid);
,/* cleanup */
)