Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/usermod.c: Fix const correctness
Now that we use liba2i's const-generic macros, we can (and must) use a 'const char **' endp where the input string is 'const char *'. Reviewed-by: "Serge E. Hallyn" <[email protected]> Signed-off-by: Alejandro Colomar <[email protected]>
- Loading branch information