1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

Revert the previous commit on objection from the maintainer. I

missed that natd has a -v option that will give similar functionality.

Requested by:	ru
This commit is contained in:
Josef Karthauser 2001-06-21 12:32:36 +00:00
parent dc352222aa
commit d782daf041
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78549

View File

@ -586,7 +586,7 @@ static void DoAliasing (int fd, int direction)
static void FlushPacketBuffer (int fd)
{
int wrote;
char msgBuf[160];
char msgBuf[80];
/*
* Put packet back for processing.
*/
@ -616,8 +616,7 @@ static void FlushPacketBuffer (int fd)
}
else {
sprintf (msgBuf, "failed to write packet back (%s)",
FormatPacket((struct ip*) packetBuf));
sprintf (msgBuf, "failed to write packet back");
Warn (msgBuf);
}
}