URL: https://github.com/SSSD/sssd/pull/485
Title: #485:  Support alternative sources for the files provider 

pbrezina commented:
"""
Thank you for your patience, Justin. There is just one small indentation issue:
```c
 static errno_t files_init_file_sources(TALLOC_CTX *mem_ctx,
-                                    struct be_ctx *be_ctx,
-                                    const char ***_passwd_files,
-                                    const char ***_group_files,
-                                    int *_num_passwd_files,
-                                    int *_num_group_files)
+                                       struct be_ctx *be_ctx,
+                                       const char ***_passwd_files,
+                                       const char ***_group_files,
+                                       int *_num_passwd_files,
+                                       int *_num_group_files)
 {
        TALLOC_CTX *tmp_ctx = NULL;
     char *conf_passwd_files;

```

Otherwise ack.

"""

See the full comment at 
https://github.com/SSSD/sssd/pull/485#issuecomment-362235513
_______________________________________________
sssd-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to