summaryrefslogtreecommitdiffstats
path: root/queue.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-29 14:18:12 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-29 14:18:12 +0000
commit9843274dc96ba4b3af079367f9704e232bde2b2d (patch)
treed3e6ca6b09faa53de31e484dcfb58f4938611d91 /queue.c
parentbf4ba7de44208dd4ccea602a30c788dcd480a12d (diff)
downloadrsyslog-9843274dc96ba4b3af079367f9704e232bde2b2d.tar.gz
rsyslog-9843274dc96ba4b3af079367f9704e232bde2b2d.tar.xz
rsyslog-9843274dc96ba4b3af079367f9704e232bde2b2d.zip
bugfixing newly added action code
Diffstat (limited to 'queue.c')
-rw-r--r--queue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/queue.c b/queue.c
index d9f5155f..f69b0042 100644
--- a/queue.c
+++ b/queue.c
@@ -217,6 +217,7 @@ queueStartDA(queue_t *pThis)
*/
pThis->pqDA->pqParent = pThis;
+ CHKiRet(queueSetpUsr(pThis->pqDA, pThis->pUsr));
CHKiRet(queueSetMaxFileSize(pThis->pqDA, pThis->iMaxFileSize));
CHKiRet(queueSetFilePrefix(pThis->pqDA, pThis->pszFilePrefix, pThis->lenFilePrefix));
CHKiRet(queueSetiPersistUpdCnt(pThis->pqDA, pThis->iPersistUpdCnt));