From dd4dedbc38006e09e01ad1ed7f9790a5bc6fce59 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 31 Dec 2007 12:54:03 +0000 Subject: 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 ;) --- plugins/omgssapi/omgssapi.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'plugins/omgssapi') 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 -- cgit