diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-05 07:26:20 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-05 07:26:20 +0000 |
commit | 89fac41d646711e40a0549dfc197cdd7a7d5f18c (patch) | |
tree | 67496173da2cc4c33822950851d467f263e3aa9e /plugins | |
parent | 80e69562be86d149d753530a8a57c5babbb3f4c3 (diff) | |
download | rsyslog-89fac41d646711e40a0549dfc197cdd7a7d5f18c.tar.gz rsyslog-89fac41d646711e40a0549dfc197cdd7a7d5f18c.tar.bz2 rsyslog-89fac41d646711e40a0549dfc197cdd7a7d5f18c.zip |
updated omgssapi to use the current interface version definition
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/omgssapi/omgssapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omgssapi/omgssapi.c b/plugins/omgssapi/omgssapi.c index 4d24744e..8ca2f879 100644 --- a/plugins/omgssapi/omgssapi.c +++ b/plugins/omgssapi/omgssapi.c @@ -669,7 +669,7 @@ static rsRetVal resetConfigVariables(uchar __attribute__((unused)) *pp, void __a BEGINmodInit() CODESTARTmodInit - *ipIFVersProvided = 1; /* so far, we only support the initial definition */ + *ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */ CODEmodInit_QueryRegCFSLineHdlr CHKiRet(omsdRegCFSLineHdlr((uchar *)"gssforwardservicename", 0, eCmdHdlrGetWord, NULL, &gss_base_service_name, STD_LOADABLE_MODULE_ID)); CHKiRet(omsdRegCFSLineHdlr((uchar *)"gssmode", 0, eCmdHdlrGetWord, setGSSMode, &gss_mode, STD_LOADABLE_MODULE_ID)); |