CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/09/29 16:15:54
Modified files:
sys/net : pipex.c
Log message:
pipex_pptp_userland_output() calls always m_pullup() 16 bytes to the
GRE message. But when npppd send a ack-only GRE message, the message
will be only 12 bytes, so the m_pullup() will fail. call m_pullup()
with proper length.
