From 05b0c4322bbd7621762dc4b9b3a2e1baeabdaa1f Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 13 Oct 2009 07:29:11 +0200 Subject: removed no longer needed msg_t property "bParseHOSTNAME" --- plugins/imuxsock/imuxsock.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/imuxsock') diff --git a/plugins/imuxsock/imuxsock.c b/plugins/imuxsock/imuxsock.c index a09ce5a8..b8546ce3 100644 --- a/plugins/imuxsock/imuxsock.c +++ b/plugins/imuxsock/imuxsock.c @@ -224,10 +224,8 @@ SubmitMsg(uchar *pRcv, int lenRcv, int iSock) if(funixParseHost[iSock]) { pMsg->msgFlags = funixFlags[iSock] | NEEDS_PARSING | PARSE_HOSTNAME; - pMsg->bParseHOSTNAME = 1; } else { pMsg->msgFlags = funixFlags[iSock] | NEEDS_PARSING; - pMsg->bParseHOSTNAME = 0; } MsgSetRcvFrom(pMsg, funixHName[iSock]); -- cgit