From 759904862dab6e580c6b890fd9ed75e1f29271f1 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 6 May 2011 10:30:10 +0200 Subject: step: imtcp did not properly handle privilege drop --- runtime/rsconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/rsconf.c') diff --git a/runtime/rsconf.c b/runtime/rsconf.c index 94190d76..0f944539 100644 --- a/runtime/rsconf.c +++ b/runtime/rsconf.c @@ -357,7 +357,7 @@ tellModulesActivateConfigPrePrivDrop(void) if( node->pMod->beginCnfLoad != NULL && node->pMod->activateCnfPrePrivDrop != NULL && node->canActivate) { - DBGPRINTF("activating config %p for module %s\n", + DBGPRINTF("pre priv drop activating config %p for module %s\n", runConf, node->pMod->pszName); localRet = node->pMod->activateCnfPrePrivDrop(node->modCnf); if(localRet != RS_RET_OK) { -- cgit