From 5da451876e76fa8bfc04a537d30c2d3c5ef84841 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 3 Nov 2010 14:44:44 +0100 Subject: Common include file for SLAPI plugin logging Consolidate the common logging macros into common/util.h and use them in SLAPI plugins instead of calling slapi_log_error() directly. https://fedorahosted.org/freeipa/ticket/408 Signed-off-by: Simo Sorce --- daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd_encoding.c | 1 + 1 file changed, 1 insertion(+) (limited to 'daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd_encoding.c') diff --git a/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd_encoding.c b/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd_encoding.c index 527e178f..45135016 100644 --- a/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd_encoding.c +++ b/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd_encoding.c @@ -53,6 +53,7 @@ #include #include "ipapwd.h" +#include "util.h" /* krbTicketFlags */ #define KTF_DISALLOW_POSTDATED 0x00000001 -- cgit