FreeBSD Bugzilla – Attachment 12875 Details for
Bug 24683
obscure natd(8) error message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 490 bytes, created by
klaus
on 2001-01-27 19:10:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
klaus
Created:
2001-01-27 19:10:04 UTC
Size:
490 bytes
patch
obsolete
>--- natd.c Sat Jan 27 19:48:30 2001 >+++ /tmp/natd.c Sat Jan 27 19:38:50 2001 >@@ -586,7 +586,7 @@ > static void FlushPacketBuffer (int fd) > { > int wrote; >- char msgBuf[80]; >+ char msgBuf[160]; > /* > * Put packet back for processing. > */ >@@ -616,7 +616,8 @@ > } > else { > >- sprintf (msgBuf, "failed to write packet back"); >+ sprintf (msgBuf, "failed to write packet back (%s)", >+ FormatPacket((struct ip*)packetBuf)); > Warn (msgBuf); > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24683
: 12875 |
12876