aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 98440ff6..43df6519 100644
--- a/src/main.c
+++ b/src/main.c
@@ -125,7 +125,8 @@ trace(const char *fmt, ...)
void
log_status(sfsistat status, SMFICTX *ctx)
{
- int lev;
+ mu_debug_level_t lev;
+
mu_debug_category_level(NULL, 0, &lev);
if ((lev & ~MU_DEBUG_LEVEL_MASK(MU_DEBUG_ERROR)) &&
status != SMFIS_CONTINUE) {
@@ -1049,7 +1050,7 @@ static char *modnames[] = {
NULL
};
-size_t mfd_debug_handle;
+mu_debug_handle_t mfd_debug_handle;
static void
debug_init()

Return to:

Send suggestions and report system problems to the System administrator.