Blame SOURCES/0054-Remove-redefinition-of-LOG-from-ipa-otp-lasttoken.patch
|
|
e3ffab |
From b28d6f940b8e523d6077cddf6dbde40666428950 Mon Sep 17 00:00:00 2001
|
|
|
e3ffab |
From: Jan Cholasta <jcholast@redhat.com>
|
|
|
e3ffab |
Date: Mon, 10 Nov 2014 17:20:18 +0000
|
|
|
e3ffab |
Subject: [PATCH] Remove redefinition of LOG from ipa-otp-lasttoken
|
|
|
e3ffab |
|
|
|
e3ffab |
https://fedorahosted.org/freeipa/ticket/4713
|
|
|
e3ffab |
|
|
|
e3ffab |
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
|
|
|
e3ffab |
---
|
|
|
e3ffab |
daemons/ipa-slapi-plugins/ipa-otp-lasttoken/ipa_otp_lasttoken.c | 3 ---
|
|
|
e3ffab |
1 file changed, 3 deletions(-)
|
|
|
e3ffab |
|
|
|
e3ffab |
diff --git a/daemons/ipa-slapi-plugins/ipa-otp-lasttoken/ipa_otp_lasttoken.c b/daemons/ipa-slapi-plugins/ipa-otp-lasttoken/ipa_otp_lasttoken.c
|
|
|
e3ffab |
index d20fca1e705f7406362a3ba2def9ba102bd1622d..15b404dcdb6bd88c70ccc7c5fed7a5829483590b 100644
|
|
|
e3ffab |
--- a/daemons/ipa-slapi-plugins/ipa-otp-lasttoken/ipa_otp_lasttoken.c
|
|
|
e3ffab |
+++ b/daemons/ipa-slapi-plugins/ipa-otp-lasttoken/ipa_otp_lasttoken.c
|
|
|
e3ffab |
@@ -47,9 +47,6 @@
|
|
|
e3ffab |
#include "util.h"
|
|
|
e3ffab |
|
|
|
e3ffab |
#define PLUGIN_NAME "ipa-otp-lasttoken"
|
|
|
e3ffab |
-#define LOG(sev, ...) \
|
|
|
e3ffab |
- slapi_log_error(SLAPI_LOG_ ## sev, PLUGIN_NAME, \
|
|
|
e3ffab |
- "%s: %s\n", __func__, __VA_ARGS__), -1
|
|
|
e3ffab |
|
|
|
e3ffab |
static void *plugin_id;
|
|
|
e3ffab |
static const Slapi_PluginDesc preop_desc = {
|
|
|
e3ffab |
--
|
|
|
e3ffab |
2.1.0
|
|
|
e3ffab |
|