Module Name: src Committed By: maxv Date: Wed Feb 1 17:58:47 UTC 2017
Modified Files: src/sys/net: if_pppoe.c Log Message: Not sure what we are trying to achieve here, but there are two issues; error can be printed while it is not initialized, and if m_pulldown fails m is freed and reused. Quickly reviewed by christos and martin To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/sys/net/if_pppoe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.