summaryrefslogtreecommitdiff
path: root/common/fddi.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fddi.c')
-rw-r--r--common/fddi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fddi.c b/common/fddi.c
index a6c8098b..16ac2da7 100644
--- a/common/fddi.c
+++ b/common/fddi.c
@@ -77,7 +77,7 @@ ssize_t decode_fddi_header (interface, buf, bufix, from)
{
struct fddi_header fh;
struct llc lh;
-
+
from -> hbuf [0] = HTYPE_FDDI;
memcpy (&from -> hbuf [1], fh.fddi_shost, sizeof fh.fddi_shost);
return FDDI_HEADER_SIZE + LLC_SNAP_LEN;