diff options
Diffstat (limited to 'plugins/omgssapi')
-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 |