CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/14 14:44:17
Modified files:
sys/dev/usb : if_urndis.c
Log message:
In urndis_decap(), delay the memcpy() for as long as possible. There is
no point in copying before having done the final sanity check (we copied
before the last one).
ok armani
