Fix embarrassing typo

This commit is contained in:
Tony Garnock-Jones 2016-09-09 16:47:48 -04:00
parent 9ee7e677ad
commit abba2719fd
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
;; (pretty-bytes (ethernet-packet-destination p))
;; (number->string (ethernet-packet-ethertype p) 16))
;; (log-info "~a" (dump-bytes->string (ethernet-packet-body p)))
(raw-interface-write h (encode-ethernet-packet p)))))))
(raw-interface-write h (encode-ethernet-packet p))))))
(define (interface-packet-read-loop interface h control-ch)
(define (blocked)