diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-07 11:04:24 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-07 11:04:24 +0000 |
commit | 918f281d8226689f5c997a07c0bcd9a691ddb178 (patch) | |
tree | 2abf9558cda60580d7ec16d96d1f915ca016320d /syslogd.c | |
parent | 2c5b4f3c3d79190367595ccf84ae90f50666ddbf (diff) | |
download | rsyslog-918f281d8226689f5c997a07c0bcd9a691ddb178.tar.gz rsyslog-918f281d8226689f5c997a07c0bcd9a691ddb178.tar.bz2 rsyslog-918f281d8226689f5c997a07c0bcd9a691ddb178.zip |
implemented class type registry
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4638,6 +4638,7 @@ static rsRetVal InitGlobalClasses(void) { DEFiRet; + CHKiRet(objClassInit()); /* *THIS* *MUST* always be the first class initilizere called! */ CHKiRet(MsgClassInit()); finalize_it: |