Skip to content

Commit

Permalink
SSS_INI: const correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-tikhonov committed Sep 14, 2023
1 parent af6cca4 commit 3cc57de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/util/sss_ini.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ const char *sss_ini_get_string_config_value(struct sss_ini *self,
/* Create LDIF */

int sss_confdb_create_ldif(TALLOC_CTX *mem_ctx,
struct sss_ini *self,
const struct sss_ini *self,
const char **config_ldif)
{
int ret, i, j;
Expand Down
2 changes: 1 addition & 1 deletion src/util/sss_ini.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const char *sss_ini_get_string_config_value(struct sss_ini *self,
* @brief Create LDIF
*/
int sss_confdb_create_ldif(TALLOC_CTX *mem_ctx,
struct sss_ini *self,
const struct sss_ini *self,
const char **config_ldif);

/**
Expand Down

0 comments on commit 3cc57de

Please sign in to comment.