diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-31 08:15:40 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-31 08:15:40 +0000 |
commit | 9c20d0b4b4d3b85128d1754af3324866b135a412 (patch) | |
tree | 2a851c42a1147844efe56691e9d33116b9c856f3 /objomsr.c | |
parent | e123f620d3705263777c279ba319acf83eaf928d (diff) | |
download | rsyslog-9c20d0b4b4d3b85128d1754af3324866b135a412.tar.gz rsyslog-9c20d0b4b4d3b85128d1754af3324866b135a412.tar.xz rsyslog-9c20d0b4b4d3b85128d1754af3324866b135a412.zip |
added macro to consistently define iRet
Diffstat (limited to 'objomsr.c')
-rw-r--r-- | objomsr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ rsRetVal OMSRdestruct(omodStringRequest_t *pThis) rsRetVal OMSRconstruct(omodStringRequest_t **ppThis, int iNumEntries) { omodStringRequest_t *pThis; - rsRetVal iRet = RS_RET_OK; + DEFiRet; assert(ppThis != NULL); assert(iNumEntries > 0); |