From: Wilfried Goesgens Date: Thu, 3 May 2012 20:06:02 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel X-Git-Tag: v8.11~47 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=00514372bc3bd09268a8f6764fe5d7b50fce0c41;hp=33c17e29507e0424f80dd56241f3026100a71433;p=citadel.git Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel --- diff --git a/citadel/context.h b/citadel/context.h index 9d158f469..903195c37 100644 --- a/citadel/context.h +++ b/citadel/context.h @@ -196,7 +196,7 @@ static INLINE void become_session(CitContext *which_con) { -typedef void (*CtdlDbgFunction) (const int); +/* typedef void (*CtdlDbgFunction) (const int); */ extern int DebugSession; #define CONDBGLOG(LEVEL) if ((LEVEL != LOG_DEBUG) || (DebugSession != 0))