summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-07-01 10:40:40 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-07-05 20:42:53 +0200
commitc744f9df3b6b169c8c70fcfd063ab6402229218e (patch)
treef3ab580603043cf7e868849960d40e5fde423c89 /src/confdb
parent90e5684e8e623d9b616e38300acc6eed51a28229 (diff)
downloadsssd-c744f9df3b6b169c8c70fcfd063ab6402229218e.tar.gz
sssd-c744f9df3b6b169c8c70fcfd063ab6402229218e.tar.xz
sssd-c744f9df3b6b169c8c70fcfd063ab6402229218e.zip
DOC: Fix few typos in doxygen comments
src/confdb/confdb.h:572: warning: argument 'memctx' of command @param is not found in the argument list of confdb_get_sub_sections(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb, const char *section, char ***sections, int *num_sections) src/confdb/confdb.h:592: warning: The following parameters of confdb_get_sub_sections(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb, const char *section, char ***sections, int *num_sections) are not documented: src/lib/idmap/sss_idmap.h:315: warning: argument 's_cv' of command @param is not found in the argument list of sss_idmap_add_auto_domain_ex(struct sss_idmap_ctx *ctx, const char *domain_name, const char *domain_sid, struct sss_idmap_range *range, const char *range_id, uint32_t rid, bool external_mapping, idmap_store_cb cb, void *pvt) src/lib/idmap/sss_idmap.h:94: warning: The following parameters of sss_idmap_add_auto_domain_ex(struct sss_idmap_ctx *ctx, const char *domain_name, const char *domain_sid, struct sss_idmap_range *range, const char *range_id, uint32_t rid, bool external_mapping, idmap_store_cb cb, void *pvt) are not documented: Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index b8ad827b7..54b1cbc82 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -573,7 +573,7 @@ int confdb_get_string_as_list(struct confdb_ctx *cdb, TALLOC_CTX *ctx,
* @brief Convenience function to retrieve a list of subsections given a
* configuration section name
*
- * @param[in] memctx The parent memory context for the returned list
+ * @param[in] mem_ctx The parent memory context for the returned list
* @param[in] cdb The connection object to the confdb
* @param[in] section The ConfDB section to look for.
* All sections should start with 'config/'.