diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-20 08:48:20 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-20 08:48:20 +0000 |
commit | 0af8d22ff6e9fbd8eb89a1612ecf4604f058f78c (patch) | |
tree | 75456dcd5fd47274c2f5cd43eaebbbbe57865aab /syslogd.c | |
parent | e2e775add92fae835119d132da33ea4ae0a5ae62 (diff) | |
download | rsyslog-0af8d22ff6e9fbd8eb89a1612ecf4604f058f78c.tar.gz rsyslog-0af8d22ff6e9fbd8eb89a1612ecf4604f058f78c.tar.xz rsyslog-0af8d22ff6e9fbd8eb89a1612ecf4604f058f78c.zip |
created new class ctok_token
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3418,6 +3418,7 @@ static rsRetVal InitGlobalClasses(void) CHKiRet(wtiClassInit()); CHKiRet(wtpClassInit()); CHKiRet(queueClassInit()); + CHKiRet(ctok_tokenClassInit()); CHKiRet(ctokClassInit()); CHKiRet(exprClassInit()); |