Skip to content

Commit

Permalink
IPA: Fix typo in debug message in sssm_ipa_selinux_init
Browse files Browse the repository at this point in the history
It was probably a copy&paste mistake.

Reviewed-by: Pavel Březina <[email protected]>
  • Loading branch information
Lukas Slebodnik committed Feb 27, 2018
1 parent 2f8d0cc commit 47362ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ipa/ipa_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ errno_t sssm_ipa_selinux_init(TALLOC_CTX *mem_ctx,
return EOK;
#else
DEBUG(SSSDBG_MINOR_FAILURE, "SELinux init handler called but SSSD is "
"built without SSH support, ignoring\n");
"built without SELinux support, ignoring\n");
return EOK;
#endif
}
Expand Down

0 comments on commit 47362ca

Please sign in to comment.