summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-01-05 22:56:35 +0000
committerArthur de Jong <arthur@arthurdejong.org>2013-01-05 22:56:35 +0000
commit8d054c82175239cf43e03ae56e5dec44ec4fd493 (patch)
tree8ef0a3910560a19f2490a09f4960f57cf7112903
parent086a1a586148eb9740a1dd4b2697faf2d06d87ca (diff)
update FIXMEs
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1901 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--nslcd/myldap.c1
-rw-r--r--tests/test_cfg.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/nslcd/myldap.c b/nslcd/myldap.c
index 5b850da..2ed5ce3 100644
--- a/nslcd/myldap.c
+++ b/nslcd/myldap.c
@@ -595,7 +595,6 @@ static void disconnect_cb(LDAP UNUSED(*ld), Sockbuf UNUSED(*sb),
LDAP status code. */
static int do_set_options(MYLDAP_SESSION *session)
{
- /* FIXME: move this to a global initialisation routine */
int rc;
struct timeval tv;
#ifdef LDAP_OPT_CONNECT_CB
diff --git a/tests/test_cfg.c b/tests/test_cfg.c
index 4dbe66e..b9be680 100644
--- a/tests/test_cfg.c
+++ b/tests/test_cfg.c
@@ -157,7 +157,7 @@ static void test_parse_map(void)
static void test_parse_map_statement(void)
{
- /* FIXME: implement */
+ /* TODO: implement */
}
static void test_tokenize(void)