diff options
| author | SUZUKI Shinsuke <suz@FreeBSD.org> | 2003-04-29 08:43:56 +0000 |
|---|---|---|
| committer | SUZUKI Shinsuke <suz@FreeBSD.org> | 2003-04-29 08:43:56 +0000 |
| commit | 77d43daef890c706c3dca5211941994830e3e4aa (patch) | |
| tree | 1da8ebd8be94151830657355dc4885b2b982bd95 /sys/netinet6/ah_output.c | |
| parent | 3b5f87e60d6a24f2547c3457f503358fa747c8c0 (diff) | |
Notes
Diffstat (limited to 'sys/netinet6/ah_output.c')
| -rw-r--r-- | sys/netinet6/ah_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ah_output.c b/sys/netinet6/ah_output.c index e85075225ce2..0887c412d78a 100644 --- a/sys/netinet6/ah_output.c +++ b/sys/netinet6/ah_output.c @@ -94,7 +94,7 @@ ah_hdrsiz(isr) /* sanity check */ if (isr == NULL) - panic("ah_hdrsiz: NULL was passed.\n"); + panic("ah_hdrsiz: NULL was passed."); if (isr->saidx.proto != IPPROTO_AH) panic("unsupported mode passed to ah_hdrsiz"); |
