diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-31 12:54:03 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-31 12:54:03 +0000 |
commit | dd4dedbc38006e09e01ad1ed7f9790a5bc6fce59 (patch) | |
tree | 367a3ffef20c89b20a42e9af396564a0d5e7666d /plugins/omgssapi/omgssapi.c | |
parent | f02c825c9518f576a4447152fd024726193a7dec (diff) | |
download | rsyslog-dd4dedbc38006e09e01ad1ed7f9790a5bc6fce59.tar.gz rsyslog-dd4dedbc38006e09e01ad1ed7f9790a5bc6fce59.tar.bz2 rsyslog-dd4dedbc38006e09e01ad1ed7f9790a5bc6fce59.zip |
created omtesting, a debug and development aid output module. This is stage
work for the new queueing engine - we need a way to delay rule
execution and that's what the module currently does ;)
Diffstat (limited to 'plugins/omgssapi/omgssapi.c')
-rw-r--r-- | plugins/omgssapi/omgssapi.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/omgssapi/omgssapi.c b/plugins/omgssapi/omgssapi.c index 7097d742..7b9c7bb1 100644 --- a/plugins/omgssapi/omgssapi.c +++ b/plugins/omgssapi/omgssapi.c @@ -89,9 +89,6 @@ typedef struct _instanceData { int compressionLevel; /* 0 - no compression, else level for zlib */ char *port; TCPFRAMINGMODE tcp_framing; -# define FORW_UDP 0 -# define FORW_TCP 1 - /* following fields for TCP-based delivery */ time_t ttSuspend; /* time selector was suspended */ gss_ctx_id_t gss_context; OM_uint32 gss_flags; @@ -623,7 +620,7 @@ ENDparseSelectorAct BEGINneedUDPSocket CODESTARTneedUDPSocket - iRet = RS_RET_TRUE; + iRet = RS_RET_FALSE; ENDneedUDPSocket |