diff options
author | Sumit Bose <sbose@redhat.com> | 2013-06-11 11:46:28 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-06-11 14:41:44 +0200 |
commit | 504902d12a1ea1d3774bacd9a35efd9cecd5f9c2 (patch) | |
tree | b14450f0df292013d513e2cbe125fb7fd3599add /src/confdb | |
parent | 8d95aa1b58139002ace4b4418d5391ee7bfc78cb (diff) | |
download | sssd-504902d12a1ea1d3774bacd9a35efd9cecd5f9c2.tar.gz sssd-504902d12a1ea1d3774bacd9a35efd9cecd5f9c2.tar.xz sssd-504902d12a1ea1d3774bacd9a35efd9cecd5f9c2.zip |
Fix some doxygen warnings
Diffstat (limited to 'src/confdb')
-rw-r--r-- | src/confdb/confdb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h index e11110257..01eade2b5 100644 --- a/src/confdb/confdb.h +++ b/src/confdb/confdb.h @@ -374,7 +374,6 @@ int confdb_get_string(struct confdb_ctx *cdb, TALLOC_CTX *ctx, * integer * * @param[in] cdb The connection object to the confdb - * @param[in] ctx The parent memory context for the returned string * @param[in] section The ConfDB section to update. This is constructed from * the format of the sssd.conf file. All sections start * with 'config/'. Subsections are separated by slashes. @@ -405,7 +404,6 @@ int confdb_get_int(struct confdb_ctx *cdb, * value from the ConfDB and convert it to an integral bool value. * * @param[in] cdb The connection object to the confdb - * @param[in] ctx The parent memory context for the returned string * @param[in] section The ConfDB section to update. This is constructed from * the format of the sssd.conf file. All sections start * with 'config/'. Subsections are separated by slashes. |