CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/09/21 01:44:54
Modified files:
sys/net : pipex.c
Log message:
Cleanup handlings for memory shortage condition:
- use rn_inithead0() instead of rn_inithead() to avoid failures on memory
shortage.
- delete a needless failure handling for malloc(,M_WAITOK) in
pipex_add_session().
pointed out by blamb...@. ok hsuenaga@
