K 10 svn:author V 2 bz K 8 svn:date V 27 2005-05-28T13:15:44.000000Z K 7 svn:log V 274 Fix use of uninitialized variable len in ngd_send. Note: len gets intialized to 0 for sap == NULL case only to make compiler on amd64 happy. This has nothing todo with the former uninitialized use of len in sap != NULL case. Reviewed by: glebius Approved by: pjd (mentor) END