CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/31 14:10:44
Modified files:
sys/kern : uipc_mbuf.c
Log message:
If the first list was empty, ml_join() did not not clear the second
list after transferring all elements away. Reorder the conditionals
to make sure that ml_init() is always called for a non empty second
list. This makes all cases consistent and is less surprising.
OK dlg@
